Skip to content

Commit a6a81d0

Browse files
committed
Remove internal gem mirror references; use rubygems.org
Public repo only uses public gems, so drop the commented-out internal mirror config and reword the publish note to not name internal infra.
1 parent 4d81295 commit a6a81d0

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ steps:
3131
config: .buildkite/docker-compose.yml
3232

3333
# NOTE: gem publishing is intentionally NOT handled here. It currently lives in
34-
# .github/workflows/cd.yml. If you want releases to move to Buildkite too, add a
35-
# `wait` + publish step — that step needs the Gusto-internal `gemstash-publish`
36-
# agent queue and an SSH token-generator plugin, so it only works once this
37-
# pipeline runs on Gusto Buildkite agents.
34+
# .github/workflows/cd.yml. Moving releases to Buildkite would require a
35+
# `wait` + publish step with credentials available only on dedicated agents,
36+
# so it is left out of this pipeline.

Dockerfile.test

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ WORKDIR $APP_HOME
2222
ENV BUNDLER_VERSION=4.0.7
2323
RUN gem install bundler --version 4.0.7 --default
2424

25-
# Gusto-internal gem mirror: uncomment ONLY when this pipeline runs on Gusto
26-
# Buildkite agents that can reach gemstash. Leave commented for public agents,
27-
# which install straight from rubygems.org.
28-
# RUN bundle config --local "mirror.https://rubygems.org" "https://gemstash.zp-int.com"
29-
3025
# Install dependencies first so the bundle layer caches across source changes.
3126
# The gemspec hardcodes its version and globs files with Dir[...], so it loads
3227
# fine with only the Gemfile and gemspec present.

0 commit comments

Comments
 (0)