it works
parent
2c1f48f189
commit
d7053b0325
|
|
@ -7,7 +7,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- "apt update"
|
- "apt update"
|
||||||
- "apt install tree"
|
- "apt install tree"
|
||||||
- "tree"
|
|
||||||
- "cd Server/src"
|
- "cd Server/src"
|
||||||
- "ls"
|
- "ls"
|
||||||
- "cd ../../"
|
- "cd ../../"
|
||||||
|
|
@ -15,7 +14,6 @@ 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"
|
|
||||||
- "tree"
|
- "tree"
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue