Skip to content
Snippets Groups Projects
Commit 54810b0a authored by jurgenhaas's avatar jurgenhaas
Browse files

Define variable GIT_STRATEGY on a per task basis to avoid influencing other...

Define variable GIT_STRATEGY on a per task basis to avoid influencing other tasks that might be included by the parent too
parent c558bace
No related branches found
No related tags found
No related merge requests found
variables:
GIT_STRATEGY: none
CollectConfig:
variables:
GIT_STRATEGY: none
tags:
- ansible
script:
......@@ -14,6 +13,8 @@ CollectConfig:
- $CAE
CollectDatabase:
variables:
GIT_STRATEGY: none
tags:
- ansible
cache: {}
......@@ -27,6 +28,8 @@ CollectDatabase:
- ${CI_PROJECT_NAME}.sql
CollectFiles:
variables:
GIT_STRATEGY: none
tags:
- ansible
cache: {}
......@@ -40,6 +43,8 @@ CollectFiles:
- ${CI_PROJECT_NAME}.zip
CopyDataToStage:
variables:
GIT_STRATEGY: none
tags:
- ansible
cache: {}
......
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