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

Set default for branch when collecting DB or files

parent 8aefa210
Branches
Tags
No related merge requests found
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
with_items: '{{ drupal_settings|default([]) }}' with_items: '{{ drupal_settings|default([]) }}'
loop_control: loop_control:
loop_var: drupal loop_var: drupal
when: siteproject is not defined or siteproject == 'no' or drupal.siteproject is not defined or (siteproject == drupal.siteproject and drupal.src.git.branch == branch) when: siteproject is not defined or siteproject == 'no' or drupal.siteproject is not defined or (siteproject == drupal.siteproject and drupal.src.git.branch|default('master') == branch)
tags: tags:
- collect_db_dump - collect_db_dump
- collect_asset_archive - collect_asset_archive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment