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

copy index during branch pipeline

parent 89fd0d39
No related branches found
No related tags found
No related merge requests found
......@@ -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 and remove the temporary directory
- 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