Skip to content

Commit 9bfbfe3

Browse files
authored
Merge pull request #843 from oracle-devrel/devops-nodejs-vm-fix
deployment pipeline fix
2 parents f85a301 + 7dbdeb1 commit 9bfbfe3

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)