Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
  • Loading branch information
ddelnano committed Mar 14, 2024
1 parent c5fcd6e commit aa1030a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline {
stage('Test') {
steps {
lock('xoa-test-runner') {
sh 'xo-cli --createToken ${XOA_URL} ${XOA_USER} $XOA_PASSWORD'
sh 'xo-cli --createToken ${XOA_URL} ${XOA_USER} ${XOA_PASSWORD}'
sh 'cp /opt/terraform-provider-xenorchestra/testdata/images/alpine-virt-3.17.0-x86_64.iso xoa/testdata/alpine-virt-3.17.0-x86_64.iso'
sh 'TF_VERSION=${TF_VERSION} TIMEOUT=60m make ci'
}
Expand Down

0 comments on commit aa1030a

Please sign in to comment.