aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-18 17:42:17 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-12-18 17:42:17 +0100
commit10533a1a5a4e833f2436cd4752cabba8e6d664f3 (patch)
tree2c2430daa208c53f19c12bde6478cb4576f004cf /.gitlab-ci.yml
parentc9de974247b23c2ac0a997ef25f70b9a75cd1aaf (diff)
downloadNational_eIDAS_Gateway-10533a1a5a4e833f2436cd4752cabba8e6d664f3.tar.gz
National_eIDAS_Gateway-10533a1a5a4e833f2436cd4752cabba8e6d664f3.tar.bz2
National_eIDAS_Gateway-10533a1a5a4e833f2436cd4752cabba8e6d664f3.zip
update GitLab CI to exclude /feature/.* branches from packaging
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index acc0e423..26294b10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,7 @@ buildDistributionPackage:
stage: package
except:
- tags
+ - /^feature/.*$/i
script: |
export VERSION=$(mvn -B help:evaluate -Dexpression=project.version -B | grep -v "\[INFO\]" | grep -Po "\d+\.\d+\.\d+((-\w*)+)?")
echo "Build full package of version $VERSION"