Disable bin/activate

This commit is contained in:
Brett Logan 2022-02-22 11:47:16 -05:00
parent 9e853793eb
commit b63b914b06
No known key found for this signature in database
GPG key ID: 52ED7D1F56850EE6

View file

@ -33,6 +33,7 @@ for DEP_FILE in *.txt; do
# Enable virtualenv
virtualenv .
# Activate virtualenv
# shellcheck disable=SC1091
source bin/activate
# Handle the ansibl-lint corner case
if [[ $PACKAGE_NAME == "ansible-lint" ]]; then