Skip to content

Commit 96434b1

Browse files
Merge pull request #1071 from Automattic/update/release-tooling
Update release tooling
2 parents 2e64538 + a71ab61 commit 96434b1

File tree

9 files changed

+126
-142
lines changed

9 files changed

+126
-142
lines changed

.buildkite/commands/build-and-test-app-store.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
set -eu
44

5-
# FIXIT-13.1: Temporary fix until we're on the Xcode 13.1 VM
6-
echo "--- :rubygems: Fixing Ruby Setup"
7-
gem install bundler
8-
95
echo "--- :rubygems: Setting up Gems"
106
install_gems
117

.buildkite/commands/build-and-test.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
set -eu
44

5-
# FIXIT-13.1: Temporary fix until we're on the Xcode 13.1 VM
6-
echo "--- :rubygems: Fixing Ruby Setup"
7-
gem install bundler
8-
95
echo "--- :rubygems: Setting up Gems"
106
install_gems
117

.buildkite/commands/build-and-upload-release.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
set -eu
44

5-
# FIXIT-13.1: Temporary fix until we're on the Xcode 13.1 VM
6-
echo "--- :rubygems: Fixing Ruby Setup"
7-
gem install bundler
8-
95
echo "--- :rubygems: Setting up Gems"
106
install_gems
117

.buildkite/pipeline.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
common_params:
33
# Common plugin settings to use with the `plugins` key.
44
- &common_plugins
5-
- automattic/bash-cache#2.6.0
5+
- automattic/bash-cache#2.9.0
66
# Common environment values to use with the `env` key.
77
- &common_env
8-
# Remember to address all "FIXIT-13.1" comments when we'll update to new image.
9-
#
10-
# `xcode-13.4.1` note: The issue "FIXIT-13.1" addresses is still there in this image.
11-
# See: https://buildkite.com/automattic/wordpress-ios/builds/8187#01813c28-1c1d-4a25-95c0-0fdd6f2af399
12-
IMAGE_ID: xcode-13.4.1
8+
IMAGE_ID: xcode-14.0.1
139

1410
# This is the default pipeline – it will build and test the app
1511
steps:

.buildkite/release-build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
common_params:
33
# Common plugin settings to use with the `plugins` key.
44
- &common_plugins
5-
- automattic/bash-cache#2.6.0
5+
- automattic/bash-cache#2.9.0
66
# Common environment values to use with the `env` key.
77
- &common_env
8-
# Remember to address all "FIXIT-13.1" comments when we'll update to new image.
9-
#
10-
# `xcode-13.4.1` note: The issue "FIXIT-13.1" addresses is still there in this image.
11-
# See: https://buildkite.com/automattic/wordpress-ios/builds/8187#01813c28-1c1d-4a25-95c0-0fdd6f2af399
12-
IMAGE_ID: xcode-13.4.1
8+
IMAGE_ID: xcode-14.0.1
139

1410
# This is the default pipeline – it will build and test the app
1511
steps:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.4
1+
2.7.4

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gem 'octokit', '~> 4.0'
66
gem 'rake', '~> 12.3'
77
gem 'rubocop', '~> 1.18'
88
gem 'xcpretty-travis-formatter', '~> 1.0'
9-
10-
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
11-
eval_gemfile(plugins_path) if File.exist?(plugins_path)
9+
gem 'fastlane-plugin-wpmreleasetoolkit', '~> 5.6'
10+
gem 'fastlane-plugin-sentry', '~> 1.14'
11+
gem 'fastlane-plugin-appcenter', '~> 1.11'

0 commit comments

Comments
 (0)