Skip to content

Commit 463bce8

Browse files
authored
Merge pull request #24 from TimOliver/centralized-build
Centralized the CI process
2 parents 96cc999 + f89ca26 commit 463bce8

File tree

4 files changed

+2
-167
lines changed

4 files changed

+2
-167
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

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'

fastlane/Fastfile

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)