sudo install tree

test
dan 2020-10-26 15:31:37 -06:00
parent f4653c7098
commit 10561f523e
1 changed files with 1 additions and 1 deletions

View File

@ -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: