Sha256: 68fc53246026b8005bb1f8d44c46e75079c2118b0acff990014f5d2fb15a2f71

Contents?: true

Size: 884 Bytes

Versions: 3

Compression:

Stored size: 884 Bytes

Contents

variables:
  #RETROSPEC_TEMPLATES_DIR: /root/.retrospec/repos/retrospec-puppet-templates
before_script:
  - gem install bundler
  - bundle install --without development build
  - bundle exec ruby lib/retrospec/plugins/v1/plugin/templates/clone-hook

ruby193:
  stage: test
  script:
    - "bundle exec rake spec"
  image: ruby:1.9.3
  allow_failure: true

ruby2.0:
  stage: test
  script:
    - "bundle exec rake spec"
  image: ruby:2.0

ruby2.1:
  stage: test
  script:
    - "bundle exec rake spec"
  image: ruby:2.1

ruby2.2:
  stage: test
  script:
    - "bundle exec rake spec"
  image: ruby:2.2

ruby2.3:
  stage: test
  script:
    - "bundle exec rake spec"
  image: ruby:2.3

stages:
  - test
  - deploy

production:
  image: ruby:2.1
  before_script:
    - gem install dpl
  type: deploy
  script:
    - dpl --provider=rubygems --api-key=$RUBYGEMS_API_KEY
  only:
    - tags

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
puppet-retrospec-1.2.1 .gitlab-ci.yml
puppet-retrospec-1.2.0 .gitlab-ci.yml
puppet-retrospec-1.1.0 .gitlab-ci.yml