Skip to content
Snippets Groups Projects
Commit 96a3ad1e authored by danielspeicher's avatar danielspeicher
Browse files

bitegra/infrastructure#6

parent 393c0de9
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ stages:
- ssh-keyscan gitlab.lakedrops.com >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- ssh git@gitlab.lakedrops.com
- if [ -z $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 lakedrops:scaffold --no-interaction
- composer lakedrops:docker4drupal --no-interaction
......
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