Update .gitlab-ci.yml file
This commit is contained in:
parent
81037c2029
commit
1e30163fe9
|
@ -9,7 +9,7 @@ stages:
|
||||||
##############
|
##############
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
# stage: test
|
||||||
image: docker/compose:latest
|
image: docker/compose:latest
|
||||||
variables:
|
variables:
|
||||||
DOCKER_TLS_CERTDIR: ''
|
DOCKER_TLS_CERTDIR: ''
|
||||||
|
@ -54,4 +54,3 @@ build:
|
||||||
- docker push $CI_REGISTRY_IMAGE:latest
|
- docker push $CI_REGISTRY_IMAGE:latest
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in New Issue