Sha256: 8382171bd73cd24f7040ab99cde15831f9c1a2754a7d1f78e68aab521025cb9c

Contents?: true

Size: 458 Bytes

Versions: 14

Compression:

Stored size: 458 Bytes

Contents

image: ruby:2.7

pipelines:
  tags:
    "v*":
      - step:
          name: Push to RubyGems
          deployment: RubyGems
          script:
            - gem install gem-release
            - (umask  077 ; echo $gem_creds | base64 --decode > ~/.gem/credentials)
            - gem release
          artifacts:
            - pkg/**
      - step:
          name: Push to Docker
          deployment: Docker
          script:
            - './docker_deploy.rb'

Version data entries

14 entries across 14 versions & 8 rubygems

Version Path
lex-conditioner-0.2.5 bitbucket-pipelines.yml
lex-lex-0.1.3 bitbucket-pipelines.yml
lex-scheduler-0.1.3 bitbucket-pipelines.yml
lex-tasker-0.2.1 bitbucket-pipelines.yml
lex-transformer-0.1.4 bitbucket-pipelines.yml
lex-node-0.1.7 bitbucket-pipelines.yml
lex-node-0.1.6 bitbucket-pipelines.yml
legionio-0.4.3 bitbucket-pipelines.yml
lex-node-0.1.5 bitbucket-pipelines.yml
lex-node-0.1.4 bitbucket-pipelines.yml
legionio-0.4.2 bitbucket-pipelines.yml
legionio-0.4.1 bitbucket-pipelines.yml
lex-health-0.1.4 bitbucket-pipelines.yml
lex-conditioner-0.2.3 bitbucket-pipelines.yml