sudo install tree
parent
f4653c7098
commit
10561f523e
|
|
@ -12,7 +12,7 @@ steps:
|
||||||
- "npm install"
|
- "npm install"
|
||||||
- "node node_modules/@angular/cli/bin/ng build --prod --configuration=production"
|
- "node node_modules/@angular/cli/bin/ng build --prod --configuration=production"
|
||||||
- "cd ../"
|
- "cd ../"
|
||||||
- "apt install tree"
|
- "sudo apt install tree"
|
||||||
- "tree"
|
- "tree"
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue