Sha256: 8cfd31d94806138e2742d84007214336b9c425059a232b0328cd8ba75ef27bfd
Contents?: true
Size: 848 Bytes
Versions: 2
Compression:
Stored size: 848 Bytes
Contents
stages: - test .job_template: &job_definition variables: CI: "true" BUNDLE_CACHE: "vendor/bundle/" cache: untracked: true key: "$CI_BUILD_NAME" paths: - vendor/bundle/ before_script: - ./gitlab-ci/setup.sh stage: test except: - tags ruby2.1:rspec: <<: *job_definition image: drecom/centos-ruby:2.1.10 script: - ./gitlab-ci/rspec.sh ruby2.2:rspec: <<: *job_definition image: drecom/centos-ruby:2.2.6 script: - ./gitlab-ci/rspec.sh ruby2.3:rspec: <<: *job_definition image: drecom/centos-ruby:2.3.3 script: - ./gitlab-ci/rspec.sh ruby2.4:rspec: <<: *job_definition image: drecom/centos-ruby:2.4.0 script: - ./gitlab-ci/rspec.sh rubocop: <<: *job_definition image: drecom/centos-ruby script: - ./gitlab-ci/rubocop.sh allow_failure: true
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gitlab_awesome_release-1.0.0 | .gitlab-ci.yml |
gitlab_awesome_release-0.1.2 | .gitlab-ci.yml |