Loading .gitlab-ci.yml +4 −9 Original line number Diff line number Diff line # GitLab CI in conjunction with GitLab Runner can use Docker Engine to test and build any application. # Docker, when used with GitLab CI, runs each job in a separate and isolated container using the predefined image that is set up in .gitlab-ci.yml. # In this case we use the latest python docker image to build and test this project. image: registry.gitlab.com/ska-telescope/ska-docker/tango-builder:latest image: name: registry.gitlab.com/ska-telescope/ska-docker/tango-builder:latest variables: DOCKER_HOST: tcp://docker:2375 Loading Loading @@ -32,7 +33,6 @@ stages: build: script: - make build - make push test: script: Loading @@ -41,8 +41,3 @@ test: artifacts: paths: - public code_analysis: script: - pipenv run bash code-analysis.sh Loading
.gitlab-ci.yml +4 −9 Original line number Diff line number Diff line # GitLab CI in conjunction with GitLab Runner can use Docker Engine to test and build any application. # Docker, when used with GitLab CI, runs each job in a separate and isolated container using the predefined image that is set up in .gitlab-ci.yml. # In this case we use the latest python docker image to build and test this project. image: registry.gitlab.com/ska-telescope/ska-docker/tango-builder:latest image: name: registry.gitlab.com/ska-telescope/ska-docker/tango-builder:latest variables: DOCKER_HOST: tcp://docker:2375 Loading Loading @@ -32,7 +33,6 @@ stages: build: script: - make build - make push test: script: Loading @@ -41,8 +41,3 @@ test: artifacts: paths: - public code_analysis: script: - pipenv run bash code-analysis.sh