Skip to content
Snippets Groups Projects
Commit 5f28f376 authored by Konrad Völkel's avatar Konrad Völkel
Browse files

Merge branch 'master' of gitlab.cs.uni-duesseldorf.de:voelkel/hainrich

parents 85a641fb 250c56eb
No related branches found
No related tags found
Loading
Pipeline #151296 passed
stages:
- deploy
pages:
stage: deploy
image: busybox:latest
script:
- mkdir .public
- cp -r ./* .public
- rm -rf public
- mv .public public
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment