Loading .gitlab-ci.yml +8 −21 Original line number Diff line number Diff line ### PIPELINE DEFINITION stages: - build - test - release # VARIABLES variables: DOCKER_BUILDKIT: 1 DOCKER_DRIVER: overlay2 Loading @@ -12,6 +7,13 @@ variables: ########################################################################################################## ### PIPELINE DEFINITION stages: - build - release ########################################################################################################## ### BUILD SECTION build: stage: build Loading @@ -29,21 +31,6 @@ build: ########################################################################################################## ### TEST SECTION test: stage: test image: "${CI_REGISTRY_IMAGE}:temp-$CI_PIPELINE_IID" services: - docker:dind variables: GIT_STRATEGY: "none" GIT_DEPTH: 0 script: - ansible --version - ansible -m ping localhost ########################################################################################################## ### RELEASE SECTION release: stage: release Loading Loading
.gitlab-ci.yml +8 −21 Original line number Diff line number Diff line ### PIPELINE DEFINITION stages: - build - test - release # VARIABLES variables: DOCKER_BUILDKIT: 1 DOCKER_DRIVER: overlay2 Loading @@ -12,6 +7,13 @@ variables: ########################################################################################################## ### PIPELINE DEFINITION stages: - build - release ########################################################################################################## ### BUILD SECTION build: stage: build Loading @@ -29,21 +31,6 @@ build: ########################################################################################################## ### TEST SECTION test: stage: test image: "${CI_REGISTRY_IMAGE}:temp-$CI_PIPELINE_IID" services: - docker:dind variables: GIT_STRATEGY: "none" GIT_DEPTH: 0 script: - ansible --version - ansible -m ping localhost ########################################################################################################## ### RELEASE SECTION release: stage: release Loading