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

Merge remote-tracking branch 'origin/develop' into develop

parents 27f80c18 db604eb7
No related branches found
No related tags found
1 merge request!37Merging develop into main
......@@ -5,7 +5,7 @@ include:
variables:
VERSION: ${CI_COMMIT_TAG}
CI_VERSION: v2.2.11
CI_VERSION: v2.2.13
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......
......@@ -19,6 +19,8 @@ function readEnv {
# shellcheck disable=SC2002
export $(cat .env | xargs) > /dev/null 2>&1
fi
export CDPATH=/drupal/web/modules/contrib:/drupal/web/modules/custom:/drupal/web/profiles/contrib:/drupal/web/profiles/custom:/drupal/web/themes/contrib:/drupal/web/themes/custom
export PATH=$PATH:/drupal/vendor/bin
}
function truncateCurrentDirectory {
......
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