Sha256: ebf36ed8a81e9d505b11cb13f1ca8dedfa405062966ffa5f6669c86b6f6d0252
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 Bytes
Contents
.test_template: &test_definition stage: test script: - 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gitlab-labkit-0.2.0 | .gitlab-ci.yml |
gitlab-labkit-0.1.2 | .gitlab-ci.yml |