Skip to content

Commit 66f267d

Browse files
authored
Use gem command to do a release
rake release attempts to git tag, which is a lot of extra work. We can tag as repo admins.
1 parent 8f6a23c commit 66f267d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
- label: ":pick: Build and Push"
2121
command:
2222
- "bundle install"
23-
- "bundle exec rake release"
23+
- "gem build && gem push *.gem"
2424
branches: master
2525
plugins:
2626
- docker#v3.3.0:
@@ -31,4 +31,4 @@ steps:
3131
3232
agents:
3333
queue: aws
34-
Environment: test
34+
Environment: test

0 commit comments

Comments
 (0)