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 f81a094 commit 3bea160Copy full SHA for 3bea160
container-images/tcib/base/ansible-tests/run_ansible.sh
@@ -17,7 +17,7 @@ fi
17
# Clone the Ansible repository
18
#git clone "$POD_ANSIBLE_GIT_REPO" "$ANSIBLE_DIR"
19
# This should be passed in via the appropriate vars
20
-git clone "http://github.com/infrawatch/feature-verification-tests" "$ANSIBLE_DIR"/feature-verification-tests
+git clone -b "efoley/run_fvt_in_test_operator" "http://github.com/infrawatch/feature-verification-tests" "$ANSIBLE_DIR"/feature-verification-tests
21
ls "$ANSIBLE_DIR"
22
23
# Handle extra vars file if provided
0 commit comments