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

Merge branch 'trigger-pipelines' into 'develop'

add required docker vars

See merge request !266
parents c3e081e7 aeecd385
No related branches found
No related tags found
2 merge requests!277[release] Regular merge of develop,!266add required docker vars
Pipeline #44599 passed
# 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