Add tree to start
parent
10561f523e
commit
6b11cdd0ce
|
|
@ -5,6 +5,8 @@ steps:
|
||||||
- name: build_client
|
- name: build_client
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
|
- "apt-get install tree"
|
||||||
|
- "tree"
|
||||||
- "cd Server/src"
|
- "cd Server/src"
|
||||||
- "ls"
|
- "ls"
|
||||||
- "cd ../../"
|
- "cd ../../"
|
||||||
|
|
@ -12,7 +14,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 ../"
|
||||||
- "sudo apt install tree"
|
- "apt install tree"
|
||||||
- "tree"
|
- "tree"
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue