Skip to content

Commit

Permalink
update shellcheck exception
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 6, 2024
1 parent e7ffe1a commit 44d1a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github/prepare-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
VIRTUALENV_DIR="${VIRTUALENV_DIR:-./virtualenv}"

# Activate the virtualenv created during make requirements phase
# shellcheck disable=SC1091
# shellcheck disable=SC1090
source "${VIRTUALENV_DIR}/bin/activate"

# Enable coordination backend to avoid race conditions with orquesta tests due
Expand Down

0 comments on commit 44d1a4d

Please sign in to comment.