File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414docker :
1515 image : gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16- digest : sha256:98f3afd11308259de6e828e37376d18867fd321aba07826e29e4f8d9cab56bad
17- # created: 2024-02-27T15:56:18.442440378Z
16+ digest : sha256:007e7e46ef05e5a32e652bd0062be02f6ff050347d91e0f357b28caab0a042c4
17+ # created: 2024-03-15T14:27:15.879623611Z
Original file line number Diff line number Diff line change @@ -33,13 +33,6 @@ export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
3333# Setup project id.
3434export PROJECT_ID=$( cat " ${KOKORO_GFILE_DIR} /project-id.json" )
3535
36- # Remove old nox
37- python3 -m pip uninstall --yes --quiet nox-automation
38-
39- # Install nox
40- python3 -m pip install --upgrade --quiet nox
41- python3 -m nox --version
42-
4336# If this is a continuous build, send the test log to the FlakyBot.
4437# See https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot.
4538if [[ $KOKORO_BUILD_ARTIFACTS_SUBDIR = * " continuous" * ]]; then
You can’t perform that action at this time.
0 commit comments