Skip to content

Commit a3c6857

Browse files
deployment pipeline fix
1 parent 7429529 commit a3c6857

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app-dev/devops/devops-nodejs-vm/deploy_spec.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ steps:
1818
command: "cp /tmp/nodejs.zip /home/opc/nodejs.zip"
1919
timeoutInSeconds: 60
2020
runAs: root
21-
- stepType: Command
22-
name: cd to home
23-
command: "cd /home/opc"
24-
timeoutInSeconds: 60
25-
runAs: root
2621
- stepType: Command
2722
name: unzip
2823
command: "unzip -o nodejs.zip -d /home/opc"

0 commit comments

Comments
 (0)