This commit is contained in:
parent
25fcaeb261
commit
9133e6bea0
25
.drone.yml
25
.drone.yml
@ -1,22 +1,4 @@
|
|||||||
#kind: pipeline
|
---
|
||||||
#type: exec
|
|
||||||
#name: default
|
|
||||||
#
|
|
||||||
#steps:
|
|
||||||
# - name: default
|
|
||||||
# commands:
|
|
||||||
# - echo hello world
|
|
||||||
# - name: default
|
|
||||||
# commands:
|
|
||||||
# - echo hello world
|
|
||||||
#
|
|
||||||
#trigger:
|
|
||||||
# branch:
|
|
||||||
# - main
|
|
||||||
#
|
|
||||||
##node:
|
|
||||||
# #lights: builder
|
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: exec
|
type: exec
|
||||||
name: Build
|
name: Build
|
||||||
@ -26,7 +8,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- ls
|
- ls
|
||||||
- pwd
|
- pwd
|
||||||
- chown andr3:andr3 -R .
|
- chown andr3:andr3 -r .
|
||||||
|
- ls -al
|
||||||
|
- ls -al src
|
||||||
- su andr3 -c "ll"
|
- su andr3 -c "ll"
|
||||||
- su andr3 -c "pwd"
|
- su andr3 -c "pwd"
|
||||||
- su andr3 -c "cd src"
|
- su andr3 -c "cd src"
|
||||||
@ -35,3 +19,4 @@ steps:
|
|||||||
|
|
||||||
node:
|
node:
|
||||||
lights: builder
|
lights: builder
|
||||||
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user