diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-18 17:42:17 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-12-18 17:42:17 +0100 |
commit | 10533a1a5a4e833f2436cd4752cabba8e6d664f3 (patch) | |
tree | 2c2430daa208c53f19c12bde6478cb4576f004cf | |
parent | c9de974247b23c2ac0a997ef25f70b9a75cd1aaf (diff) | |
download | National_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
-rw-r--r-- | .gitlab-ci.yml | 1 |
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" |