From 9133e6bea086256f69126f3133cf9c0474d5a505 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 18 Mar 2023 11:51:36 +0000 Subject: [PATCH] changed chown --- .drone.yml | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/.drone.yml b/.drone.yml index 703d93f..a5cabdc 100644 --- a/.drone.yml +++ b/.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 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 +...