diff --git a/.drone.yml b/.drone.yml index 1fc4d0e..6c473b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,8 @@ steps: #image: node:16.16 commands: - whoami - - ls -al /drone/src/ + - chown -R drone:drone /drone/src/ + - su - drone + - whoami # - npm install # - npm test