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

mobimo/assets#42 Move DeployAssetsToDrupal to data handling NG

parent f6f2b771
No related branches found
No related tags found
No related merge requests found
......@@ -148,3 +148,18 @@ ResetLocales:
- docker compose --project-name ${PROJECT_NAME}_${branch} exec php drush -y locale:check
- docker compose --project-name ${PROJECT_NAME}_${branch} exec php drush -y locale:update
# @todo Lets also itegrate through drupal_extra_locales, hmm, that's an Ansible variable
DeployAssetsToDrupal:
variables:
GIT_STRATEGY: none
tags:
- deploylocal
cache: {}
only:
refs:
- triggers
- chat
variables:
- $CI_PIPELINE_SOURCE == 'chat' || $TRIGGERTASK == 'DeployAssetsToDrupal'
script:
- echo "We need to pull the asset repository and do our work on the Drupal site"
......@@ -76,18 +76,3 @@ ResetLocales:
only: [chat]
script:
- ascr drupal-reset-locales ${CI_PROJECT_PATH} ${CHAT_INPUT}
DeployAssetsToDrupal:
variables:
GIT_STRATEGY: none
tags:
- deploylocal
cache: {}
only:
refs:
- triggers
- chat
variables:
- $CI_PIPELINE_SOURCE == 'chat' || $TRIGGERTASK == 'DeployAssetsToDrupal'
script:
- echo "We need to pull the asset repository and do our work on the Drupal site"
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