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

Undo test variables

parent c24f8a6a
No related branches found
No related tags found
No related merge requests found
...@@ -62,8 +62,6 @@ stages: ...@@ -62,8 +62,6 @@ stages:
- ssh-keyscan gitlab.lakedrops.com >> ~/.ssh/known_hosts - ssh-keyscan gitlab.lakedrops.com >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts
- ssh git@gitlab.lakedrops.com - ssh git@gitlab.lakedrops.com
- echo "Downgrade $DOWNGRADE_COMPOSER ."
- echo "Token $GITLAB_ACCESS_TOKEN ."
- if [[ -n $DOWNGRADE_COMPOSER ]]; then composer self-update --$DOWNGRADE_COMPOSER; fi - if [[ -n $DOWNGRADE_COMPOSER ]]; then composer self-update --$DOWNGRADE_COMPOSER; fi
- if [[ -n $GITLAB_ACCESS_TOKEN ]]; then composer config -g gitlab-token.gitlab.lakedrops.com $GITLAB_ACCESS_TOKEN; fi - if [[ -n $GITLAB_ACCESS_TOKEN ]]; then composer config -g gitlab-token.gitlab.lakedrops.com $GITLAB_ACCESS_TOKEN; fi
- composer install --no-interaction --no-progress - composer install --no-interaction --no-progress
......
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