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