We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e82a34 commit a67ff3dCopy full SHA for a67ff3d
jenkins/google_health-jenkins-build.sh
@@ -24,5 +24,8 @@ pip install .
24
# We need to call some extra Ansible here to handle placing a special params.json
25
# template so that our tests can complete. The below calls a small playbook that
26
# runs locally on the build (Jenkins) server to place the file.
27
+
28
+cd "${WORKSPACE}/ansible" || exit
29
30
ansible-playbook google_health-build.yaml \
31
--extra-vars "indicator=${local_indicator} workspace=${WORKSPACE}" -i localhost,
0 commit comments