Skip to content
Snippets Groups Projects
Verified Commit e7a0bed3 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent c2716dae
No related branches found
No related tags found
1 merge request!91FIX pipeline
Pipeline #35569 failed
......@@ -139,9 +139,8 @@ trigger_inttest:
pages_prepare: &pages_prepare
tags: [ cached-dind ]
stage: deploy
only:
refs:
- /^release-.*$/i
rules:
- if: $CI_COMMIT_REF_NAME =~ /^release-.*$/i
script:
- echo "Deploying..."
- make doc
......@@ -151,6 +150,5 @@ pages_prepare: &pages_prepare
- public
pages:
<<: *pages_prepare
only:
refs:
- main
rules:
- if: $CI_COMMIT_REF_NAME == 'main'
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