Sha256: 6b4d62f4b9365fcaae537995caa47680a7ad34de2b8f117fa49d8b684d821cc0

Contents?: true

Size: 465 Bytes

Versions: 5

Compression:

Stored size: 465 Bytes

Contents

image: ruby:2.7.0

pipelines:
  branches:
    master:
      - step:
          name: Push to RubyGems
          deployment: RubyGems
          script:
            - gem install bundler gem-release rake rspec
            - bundle install
            - rake build
            - mkdir .gem
            - (umask  077 ; echo $gem_creds | base64 --decode > .gem/credentials)
            - gem release
            - gem tag --push
          artifacts:
            - pkg/**

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
legion-logging-1.1.3 bitbucket-pipelines.yml
legion-logging-1.1.2 bitbucket-pipelines.yml
legion-logging-1.1.1 bitbucket-pipelines.yml
legion-logging-1.1.0 bitbucket-pipelines.yml
legion-exceptions-1.0.4 bitbucket-pipelines.yml