Skip to content

Commit 58586ff

Browse files
author
lerndevops
authored
Update CICD.gvy
1 parent dc19b58 commit 58586ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CICD.gvy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pipeline {
6868
stage('deploy-QA') {
6969
steps {
7070
sh script: 'cd $WORKSPACE/deploy'
71-
sh script: 'sudo ansible-playbook --inventory /root/myinv deploy-kube.yml --extra-vars "env=qa build=$BUILD_NUMBER"'
71+
sh script: 'sudo ansible-playbook --inventory /tmp/myinv deploy-kube.yml --extra-vars "env=qa build=$BUILD_NUMBER"'
7272
}
7373
}
7474
}

0 commit comments

Comments
 (0)