Skip to content

Commit

Permalink
Merge branch 'master' into parthea-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Mar 15, 2024
2 parents 59a263e + 2635888 commit 4de0e2d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions synthtool/gcp/templates/python_library/.kokoro/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
# Setup project id.
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")

# Remove old nox
python3 -m pip uninstall --yes --quiet nox-automation

# Install nox
python3 -m pip install --upgrade --quiet nox
python3 -m nox --version

# If this is a continuous build, send the test log to the FlakyBot.
# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = *"continuous"* ]]; then
Expand Down

0 comments on commit 4de0e2d

Please sign in to comment.