test ls
parent
cdd91b047c
commit
b7c98ee522
|
|
@ -5,10 +5,14 @@ steps:
|
||||||
- name: build_client
|
- name: build_client
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
|
- "cd Server"
|
||||||
|
- "ls"
|
||||||
|
- "cd ../"
|
||||||
- "cd Client"
|
- "cd Client"
|
||||||
- "npm install"
|
- "npm install"
|
||||||
- "ls"
|
|
||||||
- "node node_modules/@angular/cli/bin/ng build --prod"
|
- "node node_modules/@angular/cli/bin/ng build --prod"
|
||||||
|
- "cd ../Server"
|
||||||
|
- "ls"
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue