Skip to content
Snippets Groups Projects
Commit b61500e2 authored by Jannik Dunkelau's avatar Jannik Dunkelau
Browse files

Abuse gitlab pages logic to publish Zip

parent 41d53701
Branches
No related tags found
No related merge requests found
Pipeline #85068 failed
zip:
# Repository is private, so are the artifacts.
# However, if we can abuse the gitlab pages mechanism, we might be able to
# Link the zip still!
pages:
stage: deploy
script:
- echo "Script part cannot be empty."
- make zip
- mkdir public
- move thesis.zip public/
artifacts:
name: thesis
paths:
- "*"
exclude:
- ".gitlab-ci.yml"
# See https://gitlab.com/gitlab-org/gitlab/-/issues/11091#note_790389715
- ".git"
- ".git/*"
- ".git/*/*"
- ".git/*/*/*"
- ".git/*/*/*/*"
- ".git/*/*/*/*/*"
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment