Skip to content

Commit

Permalink
Fix Python interpreter for ubuntu2104 image (#1281)
Browse files Browse the repository at this point in the history
Fixes #1279
  • Loading branch information
philwo authored Nov 24, 2021
1 parent 2bef9e1 commit 5c3dbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
"downstream-root": "/var/lib/buildkite-agent/builds/${BUILDKITE_AGENT_NAME}/${BUILDKITE_ORGANIZATION_SLUG}-downstream-projects",
"publish_binary": [],
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/ubuntu2104-java11",
"python": "python3.8",
"python": "python3",
},
"ubuntu2110": {
"name": "Ubuntu 21.10 (OpenJDK 17, gcc 11.2.0)",
Expand Down

0 comments on commit 5c3dbb7

Please sign in to comment.