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

Remove "environment" keyword from Drupal deploy jobs

parent c6995e79
No related branches found
No related tags found
No related merge requests found
......@@ -516,9 +516,6 @@ Debug:
- ansible
variables:
GIT_STRATEGY: none
environment:
name: ${ENVIRONMENT_NAME}
url: ${ENVIRONMENT_URL}
script:
- ascr $DEPLOYSCRIPT $HOST_NAME $SITE_NAME --extra-vars="SKIP_CONFIG_IMPORT=${SKIPCONFIGIMPORT}" ${CAE}
cache: {}
......@@ -537,9 +534,6 @@ Debug:
- ansible
variables:
GIT_STRATEGY: none
environment:
name: ${ENVIRONMENT_NAME}
url: ${ENVIRONMENT_URL}
script:
- ascr $DEPLOYSCRIPT $HOST_NAME $SITE_NAME --extra-vars="DRUPAL_ARTEFACT_SRC=${PWD}" --extra-vars="SKIP_CONFIG_IMPORT=${SKIPCONFIGIMPORT}" ${CAE}
cache: {}
......@@ -561,9 +555,6 @@ Debug:
cache: {}
variables:
GIT_STRATEGY: none
environment:
name: ${ENVIRONMENT_NAME}
url: ${ENVIRONMENT_URL}
before_script: !reference [.prepareaccess, before_script]
script:
- mkdir -p /data/${CI_COMMIT_REF_NAME}/app
......
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