diff --git a/drone.yml b/drone.yml index feb32f9..5a30cbe 100644 --- a/drone.yml +++ b/drone.yml @@ -7,7 +7,6 @@ steps: commands: - "apt update" - "apt install tree" - - "tree" - "cd Server/src" - "ls" - "cd ../../" @@ -15,7 +14,6 @@ steps: - "npm install" - "node node_modules/@angular/cli/bin/ng build --prod --configuration=production" - "cd ../" - - "apt install tree" - "tree" when: event: