Skip to content

Commit 3bea160

Browse files
committed
specify a branch in FVT to clone
1 parent f81a094 commit 3bea160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-images/tcib/base/ansible-tests/run_ansible.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717
# Clone the Ansible repository
1818
#git clone "$POD_ANSIBLE_GIT_REPO" "$ANSIBLE_DIR"
1919
# This should be passed in via the appropriate vars
20-
git clone "http://github.com/infrawatch/feature-verification-tests" "$ANSIBLE_DIR"/feature-verification-tests
20+
git clone -b "efoley/run_fvt_in_test_operator" "http://github.com/infrawatch/feature-verification-tests" "$ANSIBLE_DIR"/feature-verification-tests
2121
ls "$ANSIBLE_DIR"
2222

2323
# Handle extra vars file if provided

0 commit comments

Comments
 (0)