.buildkite/pipeline.yml in osso-0.0.3.14 vs .buildkite/pipeline.yml in osso-0.0.3.15
- old
+ new
@@ -3,6 +3,13 @@
commands:
- bundle install
- bundle exec rake db:drop
- bundle exec rake db:create
- RACK_ENV=test bundle exec rake db:migrate
- - bundle exec rspec
+ - bundle exec rspec
+
+ - block: ":rubygems: Publish :red_button:"
+ branches: "main"
+
+ - name: "Push :rubygems:"
+ commands: "./bin/publish"
+ branches: "main"
\ No newline at end of file