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

[WIP]

parent 90f85004
No related branches found
No related tags found
No related merge requests found
Pipeline #16497 waiting for manual action
......@@ -41,7 +41,6 @@ build:
- git pull
- git fetch --all
- mkdir -p ./public && pandoc README.md -o ./public/README.pdf
- git add public
artifacts:
paths:
- public
......@@ -52,7 +51,7 @@ deploy_to_release:
- tags
- pdf@idevelop/howtogitlabrunner
script:
- git commit -m "New PDF file $(date '+%Y-%m-%d %H:%M:%S')"
- git commit -am "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
# - git tag -f -a -m "My sweet release" v0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment