Skip to content
Snippets Groups Projects
Commit 005255c3 authored by Lopez de Guereña Caballero, Jon's avatar Lopez de Guereña Caballero, Jon
Browse files

test

parent a3f81223
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,6 @@ release: ...@@ -9,6 +9,6 @@ release:
- export COMMIT_TIME=$(git show -s --format=%ct $CI_COMMIT_SHA) - export COMMIT_TIME=$(git show -s --format=%ct $CI_COMMIT_SHA)
--released-at $COMMIT_TIME --released-at $COMMIT_TIME
rules: rules:
- if: ('$CI_COMMIT_TAG =~ /^v\d+.\d+.\d|\d+.\d+/' && '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH') - if: ('$CI_COMMIT_TAG =~ /^v\d+.\d+.\d|\d+.\d+/' && '$CI_COMMIT_BRANCH == "master"')
when: always when: always
- when: never - when: never
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment