diff --git a/drone.yml b/drone.yml index 58bb809..c02ec95 100644 --- a/drone.yml +++ b/drone.yml @@ -12,7 +12,7 @@ steps: - "npm install" - "node node_modules/@angular/cli/bin/ng build --prod --configuration=production" - "cd ../" - - "apt install tree" + - "sudo apt install tree" - "tree" when: event: