File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727# make sure submodule is up to date
2828cd " $PROJECT_ROOT "
29+ git config --global --add safe.directory ' *'
2930git submodule update --init --recursive
3031cd " ${PROJECT_ROOT} /env-tests-logging"
3132
@@ -48,11 +49,11 @@ gcloud config set compute/zone us-central1-b
4849gcloud auth configure-docker -q
4950
5051# Remove old nox
51- python3.6 -m pip uninstall --yes --quiet nox-automation
52+ python3 -m pip uninstall --yes --quiet nox-automation
5253
5354# Install nox
54- python3.6 -m pip install --upgrade --quiet nox
55- python3.6 -m nox --version
55+ python3 -m pip install --upgrade --quiet nox
56+ python3 -m nox --version
5657
5758# Install kubectl
5859if [[ " ${ENVIRONMENT} " == " kubernetes" ]]; then
@@ -70,7 +71,7 @@ echo $ENVCTL_ID
7071
7172# Run the specified environment test
7273set +e
73- python3.6 -m nox --session " tests(language='java', platform='$ENVIRONMENT ')"
74+ python3 -m nox --session " tests(language='java', platform='$ENVIRONMENT ')"
7475TEST_STATUS_CODE=$?
7576
7677# destroy resources
You can’t perform that action at this time.
0 commit comments