Skip to content
Snippets Groups Projects
Commit 7af45a29 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

CI mod

parent a7a1c425
No related branches found
No related tags found
No related merge requests found
Pipeline #135 passed
### PIPELINE DEFINITION # VARIABLES
stages:
- build
- test
- release
variables: variables:
DOCKER_BUILDKIT: 1 DOCKER_BUILDKIT: 1
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
...@@ -12,6 +7,13 @@ variables: ...@@ -12,6 +7,13 @@ variables:
########################################################################################################## ##########################################################################################################
### PIPELINE DEFINITION
stages:
- build
- release
##########################################################################################################
### BUILD SECTION ### BUILD SECTION
build: build:
stage: build stage: build
...@@ -29,21 +31,6 @@ build: ...@@ -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 SECTION
release: release:
stage: release stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment