Skip to content
Snippets Groups Projects
Verified Commit aeecd385 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add required docker vars

parent de482a63
No related branches found
No related tags found
No related merge requests found
# In case something goes horribly wrong, you can fall back to `image: ruby:2.5`
image: $CI_REGISTRY/r3/docker/jekyll-lcsb:1.6
stages:
- prepare
- save
......@@ -9,6 +6,11 @@ stages:
- deploy
- trigger
variables:
GIT_STRATEGY: clone
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
# prepare
# ------------------------------------------------------------------------------------
......@@ -66,6 +68,7 @@ save:commitIndex:
# ------------------------------------------------------------------------------------
build:pages:
image: $CI_REGISTRY/r3/docker/jekyll-lcsb:1.8
stage: build
variables:
JEKYLL_ENV: production
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment