Skip to content

Commit

Permalink
Stop publishing binaries on ubuntu1804 (#1762)
Browse files Browse the repository at this point in the history
Related:
#1757
  • Loading branch information
meteorcloudy committed Oct 18, 2023
1 parent 7ac1c0c commit 539b17f
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 @@ -502,7 +502,7 @@
"name": "Ubuntu 18.04 LTS (OpenJDK 11, gcc 7.5.0)",
"emoji-name": ":ubuntu: 18.04 LTS (OpenJDK 11, gcc 7.5.0)",
"downstream-root": "/var/lib/buildkite-agent/builds/${BUILDKITE_AGENT_NAME}/${BUILDKITE_ORGANIZATION_SLUG}-downstream-projects",
"publish_binary": ["ubuntu1804"],
"publish_binary": [],
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/ubuntu1804-java11",
"python": "python3.6",
},
Expand Down

0 comments on commit 539b17f

Please sign in to comment.