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

gitlab-ci-cd/drupal#21 Skip config import during auto-update

parent 988bc357
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@
args:
chdir: '{{ webRoot }}'
with_items: '{{ drupal_post_deploy_tasks[drupal.version|default("d7")] }}'
when: drushStatus
when: drushStatus and (item != 'config-import' or SKIP_CONFIG_IMPORT is not defined or SKIP_CONFIG_IMPORT == 'no')
- name: Resume and trigger CAE
shell: drush -y {{ drushAlias }} {{ item }}
......
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