Skip to content
Snippets Groups Projects
Commit 91e304b4 authored by jurgenhaas's avatar jurgenhaas
Browse files

Do not execute any of those tasks if variable $CAE is provided because that...

Do not execute any of those tasks if variable $CAE is provided because that should then only trigger config collection
parent 2b0e3f07
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,7 @@ stages:
- tags
variables:
- $CI_COMMIT_MESSAGE =~ /^Merge tag /i
- $CAE
.dumpdb:
stage: build
......@@ -105,6 +106,7 @@ stages:
- tags
variables:
- $CI_COMMIT_MESSAGE =~ /^Merge tag /i
- $CAE
.importdb:
stage: prepare
......@@ -130,6 +132,7 @@ stages:
- tags
variables:
- $CI_COMMIT_MESSAGE =~ /^Merge tag /i
- $CAE
dependencies:
- 'Build Site'
- 'Download DB'
......@@ -153,6 +156,7 @@ stages:
- $CI_COMMIT_MESSAGE =~ /^Merge tag /i
- $CI_COMMIT_MESSAGE =~ /\[re-build-db\]/i
- $FORCE_DB_UPDATE == "yes"
- $CAE
dependencies:
- 'Build Site'
......@@ -177,6 +181,7 @@ stages:
- tags
variables:
- $CI_COMMIT_MESSAGE =~ /^Merge tag /i
- $CAE
.phpunit:
stage: test
......@@ -203,6 +208,7 @@ stages:
- tags
variables:
- $CI_COMMIT_MESSAGE =~ /^Merge tag /i
- $CAE
.behat:
stage: test
......@@ -227,6 +233,7 @@ stages:
- tags
variables:
- $CI_COMMIT_MESSAGE =~ /^Merge tag /i
- $CAE
.backstop:
stage: test
......@@ -249,6 +256,7 @@ stages:
- tags
variables:
- $CI_COMMIT_MESSAGE =~ /^Merge tag /i
- $CAE
.deploy:
stage: deploy
......@@ -267,3 +275,4 @@ stages:
- tags
variables:
- $CI_COMMIT_MESSAGE =~ /^Merge tag /i
- $CAE
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