Commit 1337e45d authored by bmortier's avatar bmortier
Browse files

Removed master and put regex to only take 1.x branches

Showing with 1 addition and 1 deletion
+1 -1
...@@ -27,7 +27,7 @@ create_perlcritic_rapport: ...@@ -27,7 +27,7 @@ create_perlcritic_rapport:
build-tarballs: build-tarballs:
stage: tarballs stage: tarballs
only: only:
- master - /^1.*$/
script: script:
- release="$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"')" - release="$(grep '%' Changelog.md | head -n1 | cut -d ' ' -f3 | tr -d '"')"
- mkdir ../schema2ldif-$release/ - mkdir ../schema2ldif-$release/
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment