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

Merge branch 'save-index' into 'develop'

save index during branch pipeline

See merge request !346
parents 89fd0d39 9b597389
No related branches found
No related tags found
3 merge requests!350[release] Regular merge of develop,!349Draft: [release] Regular merge of develop,!346save index during branch pipeline
Pipeline #52620 passed with warnings
......@@ -68,6 +68,18 @@ save:commitIndex:
- git push origin $CI_COMMIT_REF_NAME || true
- git branch -D tmpBranch || true
save:copyIndex:
image:
name: alpine/git:latest
entrypoint: [""]
stage: save
rules:
- if: $CI_COMMIT_REF_NAME
script:
# copy the index
- cp .tmp/cards.md .
# build
# ------------------------------------------------------------------------------------
......
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