Sha256: 10c1b09d1b88202ca6a863e41e82dc901c889fc56837bdfa58830d9d660ee134
Contents?: true
Size: 494 Bytes
Versions: 8
Compression:
Stored size: 494 Bytes
Contents
.test_template: &test_definition stage: test script: - gem install bundler - bundle install - bundle exec rake verify build install test:2.6: image: ruby:2.6 <<: *test_definition test:2.5: image: ruby:2.5 <<: *test_definition test:2.4: image: ruby:2.4 <<: *test_definition deploy: stage: deploy script: - tools/deploy-rubygem.sh only: - tags release: stage: deploy script: - tools/update-changelog.rb "${CI_COMMIT_TAG}" only: - tags
Version data entries
8 entries across 8 versions & 1 rubygems