Skip to content
Snippets Groups Projects
Commit beadd8fd authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

change rule in gitlab-ci.yml regarding pages job

parent d55c9515
No related branches found
No related tags found
2 merge requests!40adapt links, add further topics and fix pipeline job for deployment,!39Resolve "fix deployment of website on dev branch"
Pipeline #104206 failed
...@@ -22,7 +22,7 @@ testing: ...@@ -22,7 +22,7 @@ testing:
paths: paths:
- testing/*.log - testing/*.log
# deploy static webpage # build static webpage
build-static: build-static:
stage: build stage: build
allow_failure: false allow_failure: false
...@@ -49,4 +49,4 @@ pages: ...@@ -49,4 +49,4 @@ pages:
paths: paths:
- public - public
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == master
\ No newline at end of file \ No newline at end of file
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