Skip to content
Snippets Groups Projects
Commit a76b2180 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Removing newly unsupported regex from gitlab-ci

parent d110198c
Branches
Tags
1 merge request!2Version 1.0.0
Pipeline #2903 passed
...@@ -22,8 +22,8 @@ build_release: ...@@ -22,8 +22,8 @@ build_release:
- build - build
only: only:
- tags - tags
except: # except:
- /^(?!master).+@/ # - /^(?!master).+@/
script: script:
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g') - export TAG=$(echo $CI_COMMIT_TAG | sed 's/v//g')
- export APP_PORT=8090 - export APP_PORT=8090
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment