diff --git a/scripts/test-bifrost-venv.sh b/scripts/test-bifrost-venv.sh index 958ec5b8e..1317dd69d 100755 --- a/scripts/test-bifrost-venv.sh +++ b/scripts/test-bifrost-venv.sh @@ -1,9 +1,5 @@ #!/bin/bash -# Note(TheJulia): If there is a workspace variable, we want to utilize that as -# the preference of where to put logs -LOG_LOCATION="${WORKSPACE:-..}/logs" - set -eux set -o pipefail export PYTHONUNBUFFERED=1 @@ -31,8 +27,6 @@ echo $(which python) cd $BIFROST_HOME/playbooks echo $(which ansible-playbook) -${VENV}/bin/ansible-playbook -vvvv -i inventory/localhost test.yaml - # Syntax check of dynamic inventory test path ${VENV}/bin/ansible-playbook -vvvv \ -i inventory/localhost \