File tree Expand file tree Collapse file tree 3 files changed +27
-46
lines changed
Expand file tree Collapse file tree 3 files changed +27
-46
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ gem 'fastlane-plugin-appcenter', '~> 2.1'
1313gem 'fastlane-plugin-sentry'
1414# This comment avoids typing to switch to a development version for testing.
1515#
16- # gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref : ''
17- gem 'fastlane-plugin-wpmreleasetoolkit' , '~> 12.5'
16+ gem 'fastlane-plugin-wpmreleasetoolkit' , git : 'https://github.com/wordpress-mobile/release-toolkit.git ' , branch : 'buildkite-aware-logs '
17+ # gem 'fastlane-plugin-wpmreleasetoolkit', '~> 12.5'
1818gem 'rake'
1919gem 'rubocop' , '~> 1.72'
2020gem 'rubocop-rake' , '~> 0.7'
Original file line number Diff line number Diff line change 1+ GIT
2+ remote: https://github.com/wordpress-mobile/release-toolkit.git
3+ revision: 833502f85eb20c8605e873cc5ae88e2c2d756c4e
4+ branch: buildkite-aware-logs
5+ specs:
6+ fastlane-plugin-wpmreleasetoolkit (12.5.0 )
7+ activesupport (>= 6.1.7.1 )
8+ buildkit (~> 1.5 )
9+ chroma (= 0.2.0 )
10+ diffy (~> 3.3 )
11+ fastlane (~> 2.213 )
12+ git (~> 1.3 )
13+ google-cloud-storage (~> 1.31 )
14+ java-properties (~> 0.3.0 )
15+ nokogiri (~> 1.11 )
16+ octokit (~> 6.1 )
17+ parallel (~> 1.14 )
18+ plist (~> 3.1 )
19+ progress_bar (~> 1.3 )
20+ rake (>= 12.3 , < 14.0 )
21+ rake-compiler (~> 1.0 )
22+ xcodeproj (~> 1.22 )
23+
124GEM
225 remote: https://rubygems.org/
326 specs:
171194 csv
172195 fastlane-plugin-sentry (1.27.1 )
173196 os (~> 1.1 , >= 1.1.4 )
174- fastlane-plugin-wpmreleasetoolkit (12.5.0 )
175- activesupport (>= 6.1.7.1 )
176- buildkit (~> 1.5 )
177- chroma (= 0.2.0 )
178- diffy (~> 3.3 )
179- fastlane (~> 2.213 )
180- git (~> 1.3 )
181- google-cloud-storage (~> 1.31 )
182- java-properties (~> 0.3.0 )
183- nokogiri (~> 1.11 )
184- octokit (~> 6.1 )
185- parallel (~> 1.14 )
186- plist (~> 3.1 )
187- progress_bar (~> 1.3 )
188- rake (>= 12.3 , < 14.0 )
189- rake-compiler (~> 1.0 )
190- xcodeproj (~> 1.22 )
191197 fastlane-sirp (1.0.0 )
192198 sysrandom (~> 1.0 )
193199 gh_inspector (1.1.3 )
344350 concurrent-ruby (~> 1.0 )
345351 uber (0.1.0 )
346352 unicode-display_width (2.6.0 )
347- uri (1.0.2 )
353+ uri (1.0.3 )
348354 word_wrap (1.0.0 )
349355 xcodeproj (1.27.0 )
350356 CFPropertyList (>= 2.3.3 , < 4.0 )
@@ -367,7 +373,7 @@ DEPENDENCIES
367373 fastlane (~> 2.226 )
368374 fastlane-plugin-appcenter (~> 2.1 )
369375 fastlane-plugin-sentry
370- fastlane-plugin-wpmreleasetoolkit ( ~> 12.5 )
376+ fastlane-plugin-wpmreleasetoolkit !
371377 rake
372378 rmagick (~> 6.1.1 )
373379 rubocop (~> 1.72 )
Original file line number Diff line number Diff line change @@ -153,31 +153,6 @@ def build_code_next
153153 BUILD_CODE_FORMATTER . build_code ( version : build_code_next )
154154end
155155
156- ########################################################################
157- # Group buildkite logs by action
158- ########################################################################
159-
160- # A module that defines methods to be used as overrides to `Fastlane::Actions`
161- # module methods.
162- module FastlaneActionLogGroup
163- def print_group ( action_name )
164- return if %w[ is_ci ] . include? ( action_name )
165-
166- puts "~~~ :fastlane: #{ ENV . fetch ( 'FASTLANE_LANE_NAME' , '[root]' ) } >> #{ action_name } "
167- end
168-
169- def execute_action ( action_name )
170- print_group ( action_name )
171- super
172- end
173- end
174-
175- if ENV . key? ( 'BUILDKITE' )
176- Fastlane ::Actions . singleton_class . class_eval do
177- prepend FastlaneActionLogGroup
178- end
179- end
180-
181156########################################################################
182157# Imports domain-specific lanes
183158########################################################################
You can’t perform that action at this time.
0 commit comments