Sha256: 2ba7cf654752db50f8af15ba813bd78ad7dfb3784211c493f228800717b43a77

Contents?: true

Size: 234 Bytes

Versions: 5

Compression:

Stored size: 234 Bytes

Contents

stages:
  - build
  - test

build docker image:
  stage: build
  tags: [ docker ]
  script:
    - make docker-build-image TAG=${CI_BUILD_REF}

specs:
  stage: test
  tags: [ docker ]
  script:
    - make docker-test TAG=$CI_BUILD_REF

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dovico-1.4.0 .gitlab-ci.yml
dovico-1.3.0 .gitlab-ci.yml
dovico-1.2.0 .gitlab-ci.yml
dovico-1.1.0 .gitlab-ci.yml
dovico-1.0.0 .gitlab-ci.yml