Loading .gitlab-ci.yml +13 −10 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ image: name: registry.gitlab.com/ska-telescope/ska-docker/tango-builder:latest variables: DOCKER_HOST: tcp://docker:2375 DOCKER_DRIVER: overlay services: Loading @@ -31,10 +30,14 @@ stages: - test build: tags: - docker-executor script: - make build test: tags: - docker-executor script: - make test - mv build public Loading Loading
.gitlab-ci.yml +13 −10 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ image: name: registry.gitlab.com/ska-telescope/ska-docker/tango-builder:latest variables: DOCKER_HOST: tcp://docker:2375 DOCKER_DRIVER: overlay services: Loading @@ -31,10 +30,14 @@ stages: - test build: tags: - docker-executor script: - make build test: tags: - docker-executor script: - make test - mv build public Loading