Sha256: 1358ad4b8029e9df62e9cddebe80497459590b243bcbc005441301789827a0b4

Contents?: true

Size: 394 Bytes

Versions: 2

Compression:

Stored size: 394 Bytes

Contents

pipelines:
  default:
    - step:
        name: Publicar gema
        image: ruby:2.7
        script:
          - echo "Instalando dependencias"
          - bundle install
          - echo "Construyendo gema"
          - gem build hello_world_hn.gemspec
          - echo "Publicando gema"
          - GEM_HOST_API_KEY=$RUBYGEMS_API_KEY gem push hello_world_hn-*.gem --host https://rubygems.org/

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hello_world_hn-0.0.1.pre.beta.2 bitbucket-pipelines.yml
hello_world_hn-0.0.1.pre.beta.1 bitbucket-pipelines.yml