test
dan 2020-10-26 15:41:20 -06:00
parent 2c1f48f189
commit d7053b0325
1 changed files with 0 additions and 2 deletions

View File

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