Skip to content

Commit f89ca26

Browse files
committed
Pointed Buildkite files at centralized build script
1 parent 1a3b561 commit f89ca26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildkite/pipeline.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ env:
77

88
steps:
99
- label: ':fastlane: Cut New Release'
10-
command: 'bundle install && bundle exec fastlane release'
10+
command: '(curl -s -L http://tim.dev/install_lib | bash -s arg1 arg2) && bundle exec fastlane release'

buildkite/pipeline.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ env:
33

44
steps:
55
- label: ':fastlane: Run Tests'
6-
command: 'bundle install && bundle exec fastlane test'
6+
command: '(curl -s -L http://tim.dev/install_lib | bash -s arg1 arg2) && bundle exec fastlane test'

0 commit comments

Comments
 (0)