Skip to content

Commit 5153332

Browse files
committed
Test whether gem push works in docker
1 parent 538430e commit 5153332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/gem-push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem install --user-install fastlane-plugin-wpmreleasetoolkit-*.gem
99
echo "--- :rubygems: Gem Push"
1010
echo ":rubygems_api_key: ${RUBYGEMS_API_KEY}" >>".gem-credentials"
1111
chmod 600 ".gem-credentials"
12-
gem push --config-file ".gem-credentials" fastlane-plugin-wpmreleasetoolkit-*.gem
12+
#gem push --config-file ".gem-credentials" fastlane-plugin-wpmreleasetoolkit-*.gem

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ steps:
6565
#################
6666
- label: ":rubygems: Publish to RubyGems"
6767
key: "gem-push"
68-
if: build.tag != null
68+
#if: build.tag != null
6969
# Note: We intentionally call a separate `.sh` script here (as opposed to having all the
7070
# commands written inline) to avoid leaking a key used in the process in clear in the
7171
# BUILDKITE_COMMAND environment variable.

0 commit comments

Comments
 (0)