Skip to content
Snippets Groups Projects
Commit b548dac1 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Prevent CI pipeline from running in release branches

parent 560e242a
No related branches found
No related tags found
No related merge requests found
Pipeline #90774 failed
......@@ -51,6 +51,8 @@ build-documentation:
- cd $CI_PROJECT_DIR/docs
script:
- /bin/sh ./build-docs.sh
except:
- /^release\/.*/
artifacts:
paths:
- docs/public
......@@ -104,6 +106,8 @@ publish-docs-prod-2:
sonarqube:
stage: sonarqube
image: sonarsource/sonar-scanner-cli:10.0
except:
- /^release\/.*/
script:
- sonar-scanner -Dsonar.login=$SONAR_TOKEN -Dproject.settings=./sonar.properties
tags:
......
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