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

Add new command to copy data from one Drupal stage to another

parent ed122fba
No related branches found
No related tags found
No related merge requests found
Pipeline #494663 skipped
......@@ -168,3 +168,11 @@ MdstatRepair:
except:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "MdstatRepair"
CopyDataToStage:
<<: *default_settings_cron
script:
- ascr drupal-data-copy ${ANSIBLE_PROJECT_PATH} ${ANSIBLE_STAGE_FROM} ${ANSIBLE_STAGE_TO} ${CHAT_INPUT} ${ANSIBLE_EXTRA_ARGS}
except:
variables:
- $ANSIBLE_JOB_NAME && $ANSIBLE_JOB_NAME != "CopyDataToStage"
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