Skip to content
Snippets Groups Projects
Commit 697aa34e authored by Vuillaume's avatar Vuillaume
Browse files

Merge branch 'vuillaume-master-patch-05160' into 'master'

Temporarily comment main container building in .gitlab-ci.yml to allow building documentation.

See merge request !188
parents 29467325 353c9c6b
No related branches found
No related tags found
1 merge request!188Temporarily comment main container building in .gitlab-ci.yml to allow building documentation.
Pipeline #167978 passed
......@@ -85,19 +85,20 @@ build_docker:
only:
- tags
build_docker_main:
stage: build_containers
image: docker:19.03.12
services:
- docker:19.03.12-dind
before_script:
- cat /etc/os-release # "Alpine Linux v3.12"
script:
- echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
- docker build -t $CI_REGISTRY_IMAGE:dev .
- docker push $CI_REGISTRY_IMAGE:dev
only:
- master
# build_docker_main:
# stage: build_containers
# image: docker:19.03.12
# services:
# - docker:19.03.12-dind
# before_script:
# - cat /etc/os-release # "Alpine Linux v3.12"
# script:
# - echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" "$CI_REGISTRY" --password-stdin
# - docker build -t $CI_REGISTRY_IMAGE:dev .
# - docker push $CI_REGISTRY_IMAGE:dev
# only:
# - master
deploy_zenodo:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment