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

gitlab-ci-cd/drupal#2 Optimize copy of artefact

parent abd0bb9d
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@
- deploy
- name: Copy Artefacts
copy:
synchronize:
src: '{{ DRUPAL_ARTEFACT_SRC }}/'
dest: '{{ (installSource.mode|default("none") == "artefact")|ternary(tempDeployRoot,webRoot) }}/'
when: DRUPAL_ARTEFACT_SRC is defined
......
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