Skip to content
Snippets Groups Projects
Commit 30209161 authored by Griefed's avatar Griefed :joystick:
Browse files

Update .gitlab-ci.yml file

parent 3aaeebcc
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ test docker: ...@@ -69,7 +69,7 @@ test docker:
refs: refs:
- tags - tags
variables: variables:
- $CI_COMMIT_TITLE =~ /^RELEASE:.+$/ - "$CI_COMMIT_TITLE =~ /^RELEASE:.+$/ && $CI_PIPELINE_SOURCE == 'schedule'"
release: release:
needs: ['test docker'] needs: ['test docker']
...@@ -89,7 +89,7 @@ release: ...@@ -89,7 +89,7 @@ release:
refs: refs:
- tags - tags
variables: variables:
- $CI_COMMIT_TITLE =~ /^RELEASE:.+$/ - "$CI_COMMIT_TITLE =~ /^RELEASE:.+$/ && $CI_PIPELINE_SOURCE == 'schedule'"
build: build:
image: griefed/gitlab-ci-cd:2.0.0 image: griefed/gitlab-ci-cd:2.0.0
......
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