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

introduce save stage

parent d31bf061
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ image: git-r3lab.uni.lu:4567/r3/docker/jekyll-lcsb:1.6
stages:
- prepare
- save
- build
- generate
- deploy
......@@ -25,11 +26,14 @@ prepare:index:
paths:
- .tmp
prepare:commitIndex:
# save
# ------------------------------------------------------------------------------------
save:commitIndex:
image:
name: alpine/git:latest
entrypoint: [""]
stage: prepare
stage: save
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/'
before_script:
......
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