changed chown
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Andre Henriques 2023-03-18 11:51:36 +00:00
parent 25fcaeb261
commit 9133e6bea0

View File

@ -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
type: exec
name: Build
@ -26,7 +8,9 @@ steps:
commands:
- ls
- pwd
- chown andr3:andr3 -R .
- chown andr3:andr3 -r .
- ls -al
- ls -al src
- su andr3 -c "ll"
- su andr3 -c "pwd"
- su andr3 -c "cd src"
@ -35,3 +19,4 @@ steps:
node:
lights: builder
...