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 4c3c21e commit 4ab39ceCopy full SHA for 4ab39ce
scripts/dev/configure_container_auth.sh
@@ -8,6 +8,11 @@ source scripts/funcs/checks
8
source scripts/funcs/printing
9
source scripts/funcs/kubernetes
10
11
+# Activate venv if it exists (needed for AWS CLI on IBM architectures)
12
+if [[ -f "${PROJECT_DIR}/venv/bin/activate" ]]; then
13
+ source "${PROJECT_DIR}/venv/bin/activate"
14
+fi
15
+
16
CONTAINER_RUNTIME="${CONTAINER_RUNTIME-"docker"}"
17
18
setup_validate_container_runtime() {
0 commit comments