Skip to content
Snippets Groups Projects
Commit 90f85004 authored by Nicolas Borboën's avatar Nicolas Borboën
Browse files

[WIP]

parent dbf7ada3
No related branches found
No related tags found
No related merge requests found
Pipeline #16496 waiting for manual action
......@@ -36,7 +36,12 @@ build:
# only:
# changes:
# - "README.md"
script: mkdir -p ./public && pandoc README.md -o ./public/README.pdf
script:
- git checkout master
- git pull
- git fetch --all
- mkdir -p ./public && pandoc README.md -o ./public/README.pdf
- git add public
artifacts:
paths:
- public
......@@ -47,10 +52,6 @@ deploy_to_release:
- tags
- pdf@idevelop/howtogitlabrunner
script:
- git checkout master
- git pull
- git fetch --all
- git add public
- git commit -m "New PDF file $(date '+%Y-%m-%d %H:%M:%S')"
- git push --push-option=ci.skip origin master
# # https://docs.gitlab.com/ee/ci/yaml/README.html#skipping-jobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment