File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -22,11 +22,6 @@ WORKDIR $APP_HOME
2222ENV BUNDLER_VERSION=4.0.7
2323RUN 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.
You can’t perform that action at this time.
0 commit comments