bitbucket-pipelines.yml in legion-logging-0.3.1 vs bitbucket-pipelines.yml in legion-logging-1.0.0
- old
+ new
@@ -1,25 +1,7 @@
-image: ruby:2.4.0
+image: ruby:2.5.0
pipelines:
- branches:
- master:
- - step:
- caches:
- - bundler
- script:
- - gem install bundle rubocop
- - bundle install
- - rubocop
- - rake
- - step:
- name: Deploy to test gem server
- deployment: test
- script:
- - gem install bundle geminabox
- - bundle install
- - gem build legion-logging.gemspec
- - gem inabox legion-logging*.gem -g https://gems.whonodes.org/ -o
default:
- step:
caches:
- bundler
script:
\ No newline at end of file