Add tree to start

test
dan 2020-10-26 15:38:37 -06:00
parent 10561f523e
commit 6b11cdd0ce
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ steps:
- name: build_client
image: node
commands:
- "apt-get install tree"
- "tree"
- "cd Server/src"
- "ls"
- "cd ../../"
@ -12,7 +14,7 @@ steps:
- "npm install"
- "node node_modules/@angular/cli/bin/ng build --prod --configuration=production"
- "cd ../"
- "sudo apt install tree"
- "apt install tree"
- "tree"
when:
event: