Sha256: e247cdf4743d320747f074300966cd30ab644dbb7a17773ea31d2d3ed6ca358b

Contents?: true

Size: 1.55 KB

Versions: 10

Compression:

Stored size: 1.55 KB

Contents

image: ruby:2.7

pipelines:
  tags:
    "v*":
      - step:
          name: Rubocop
          caches:
            - bundler
          script:
            - gem install rubocop
            - gem update rubocop
            - rubocop
      - step:
          name: RSpec
          caches:
            - bundler
          script:
            - gem install bundler
            - gem update bundler
            - bundle update
            - bundle exec rspec
      - step:
          name: Push to RubyGems
          deployment: RubyGems
          script:
            - gem install bundler gem-release rspec
            - bundle install
            - (umask  077 ; echo $gem_creds | base64 --decode > ~/.gem/credentials)
            - gem release
          artifacts:
            - pkg/**
  branches:
    master:
      - step:
          caches:
            - bundler
          script:
            - gem install rubocop
            - gem update rubocop
            - rubocop
      - step:
          caches:
            - bundler
          script:
            - gem install bundler
            - gem update bundler
            - bundle update
            - bundle exec rspec
    develop:
      - step:
          caches:
            - bundler
          script:
            - gem install rubocop
            - gem update rubocop
            - rubocop
      - step:
          caches:
            - bundler
          script:
            - gem install bundler
            - gem update bundler
            - bundle update
            - bundle exec rspec

definitions:
  caches:
    bundler: /usr/local/bundle

Version data entries

10 entries across 10 versions & 5 rubygems

Version Path
legionio-1.2.1 lib/legion/cli/lex/templates/base/bitbucket.yml.erb
legionio-1.2.0 lib/legion/cli/lex/templates/base/bitbucket.yml.erb
legionio-0.4.3 lib/legion/cli/lex/templates/base/bitbucket.yml.erb
legionio-0.4.2 lib/legion/cli/lex/templates/base/bitbucket.yml.erb
legionio-0.4.1 lib/legion/cli/lex/templates/base/bitbucket.yml.erb
legionio-0.4.0 lib/legion/cli/lex/templates/base/bitbucket.yml.erb
lex-lex-0.1.2 bitbucket-pipelines.yml
lex-ssh-0.1.1 bitbucket-pipelines.yml
lex-tasker-0.2.0 bitbucket-pipelines.yml
legion-cli-0.2.0 lib/legion/cli/lex/templates/base/bitbucket.yml.erb