Skip to content
Snippets Groups Projects
Commit 67c41ed4 authored by Mathias Chouet's avatar Mathias Chouet
Browse files

Update gitlab-ci.yml #374

parent ab59c9e2
No related branches found
No related tags found
No related merge requests found
Pipeline #137786 failed
...@@ -81,7 +81,6 @@ deploy: ...@@ -81,7 +81,6 @@ deploy:
deploy-stable: deploy-stable:
stage: deploy-stable stage: deploy-stable
only: only:
- tags
variables: variables:
- $CI_COMMIT_REF_NAME == "stable" - $CI_COMMIT_REF_NAME == "stable"
script: script:
...@@ -104,7 +103,6 @@ releases-nightly: ...@@ -104,7 +103,6 @@ releases-nightly:
releases-version: releases-version:
stage: releases-version stage: releases-version
only: only:
- tags
variables: variables:
- $CI_COMMIT_REF_NAME =~ /^[0-9]+\.[0-9]+\.[0-9]+$/ # version tag - $CI_COMMIT_REF_NAME =~ /^[0-9]+\.[0-9]+\.[0-9]+$/ # version tag
script: script:
......
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