Sha256: 255d5b1d7c206a44064eea2c25d1df276d1081c9985ddaac57af0f50d8dc6958

Contents?: true

Size: 524 Bytes

Versions: 3

Compression:

Stored size: 524 Bytes

Contents

# This file is a template, and might need editing before it works on your project.
# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/ruby/tags/
image: "ruby:2.5"

variables:
  API_KEY: b6c595ec176d1b99d6e0a721f4b87e81

# This is a basic example for a gem or script which doesn't use
# services such as redis or postgres
before_script:
  - ruby -v

production:
  stage: deploy
  script:
  - gem install dpl
  - dpl --provider=rubygems --api-key=$API_KEY
  only:
  - tags

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
qualiac_twine-0.0.11 .gitlab-ci.yml
qualiac_twine-0.0.10 .gitlab-ci.yml
qualiac_twine-0.0.9 .gitlab-ci.yml