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
Tags v5.9.0
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: stages:
- prepare - prepare
- save - save
...@@ -9,6 +6,11 @@ stages: ...@@ -9,6 +6,11 @@ stages:
- deploy - deploy
- trigger - trigger
variables:
GIT_STRATEGY: clone
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
# prepare # prepare
# ------------------------------------------------------------------------------------ # ------------------------------------------------------------------------------------
...@@ -66,6 +68,7 @@ save:commitIndex: ...@@ -66,6 +68,7 @@ save:commitIndex:
# ------------------------------------------------------------------------------------ # ------------------------------------------------------------------------------------
build:pages: build:pages:
image: $CI_REGISTRY/r3/docker/jekyll-lcsb:1.8
stage: build stage: build
variables: variables:
JEKYLL_ENV: production 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