Commit b7bd076c authored by Narcon Nicolas's avatar Narcon Nicolas
Browse files

CI: fix gitlab-ci

parent 55f743a6
No related merge requests found
Showing with 4 additions and 3 deletions
+4 -3
...@@ -2,6 +2,10 @@ image: docker:latest ...@@ -2,6 +2,10 @@ image: docker:latest
services: services:
- docker:dind - docker:dind
stages:
- build-image
- pages
.dind_base: .dind_base:
tags: [dind] tags: [dind]
image: docker/compose:1.29.2 image: docker/compose:1.29.2
...@@ -23,9 +27,6 @@ build-image: ...@@ -23,9 +27,6 @@ build-image:
- docker build -t $CI_REGISTRY_IMAGE slides/. - docker build -t $CI_REGISTRY_IMAGE slides/.
- docker push $CI_REGISTRY_IMAGE - docker push $CI_REGISTRY_IMAGE
stages:
- pages
pages: pages:
image: gitlab-registry.irstea.fr/nicolas.narcon/presentation-pyotb-foss4g image: gitlab-registry.irstea.fr/nicolas.narcon/presentation-pyotb-foss4g
stage: pages stage: pages
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment