Skip to content

Commit 1201ab4

Browse files
committed
Stop testing gem push
1 parent 9b7d0b2 commit 1201ab4

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
@@ -68,7 +68,7 @@ steps:
6868
#################
6969
- label: ":rubygems: Publish to RubyGems"
7070
key: "gem-push"
71-
#if: build.tag != null
71+
if: build.tag != null
7272
# Note: We intentionally call a separate `.sh` script here (as opposed to having all the
7373
# commands written inline) to avoid leaking a key used in the process in clear in the
7474
# BUILDKITE_COMMAND environment variable.

0 commit comments

Comments
 (0)