Skip to content
Snippets Groups Projects
Verified Commit e462324d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3440421 by fjgarlin, drumm: [GitLab d.o infra] Allow superuser to call composer on jobs

parent 7ab4b0e7
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ variables: ...@@ -59,6 +59,7 @@ variables:
_CONFIG_DOCKERHUB_ROOT: "drupalci" _CONFIG_DOCKERHUB_ROOT: "drupalci"
# Let composer know what self.version means. # Let composer know what self.version means.
COMPOSER_ROOT_VERSION: "${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}${CI_COMMIT_BRANCH}-dev" COMPOSER_ROOT_VERSION: "${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}${CI_COMMIT_BRANCH}-dev"
COMPOSER_ALLOW_SUPERUSER: 1
CONCURRENCY: 24 CONCURRENCY: 24
GIT_DEPTH: "50" GIT_DEPTH: "50"
PARENT_PIPELINE_ID: $CI_PIPELINE_ID PARENT_PIPELINE_ID: $CI_PIPELINE_ID
......
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