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

Run composer config without interaction and without plugins

parent f7d65657
Branches
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@
- if [[ -n $SSH_PRIVATE_KEY ]]; then ssh-keyscan ${CI_SERVER_HOST} >> ~/.ssh/known_hosts; fi
- if [[ -n $SSH_PRIVATE_KEY ]]; then chmod 644 ~/.ssh/known_hosts; fi
- if [[ -n $SSH_PRIVATE_KEY ]]; then ssh git@${CI_SERVER_HOST}; fi
- if [[ -n $GITLAB_ACCESS_TOKEN ]]; then composer config -g gitlab-token.${CI_SERVER_HOST} $GITLAB_ACCESS_TOKEN; fi
- if [[ -n $GITLAB_PRIVATE_TOKEN ]]; then composer config -g gitlab-token.${CI_SERVER_HOST} $GITLAB_PRIVATE_TOKEN; fi
- if [[ -n $GITLAB_ACCESS_TOKEN ]]; then composer config -g --no-plugins --no-interaction gitlab-token.${CI_SERVER_HOST} $GITLAB_ACCESS_TOKEN; fi
- if [[ -n $GITLAB_PRIVATE_TOKEN ]]; then composer config -g --no-plugins --no-interaction gitlab-token.${CI_SERVER_HOST} $GITLAB_PRIVATE_TOKEN; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment