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

#50 Fix composer require to not update any components

parent 310e812d
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,7 @@ Debug:
LAKEDROPS_BUILD_NG: 'yes'
script:
- if [[ -n $DOWNGRADE_COMPOSER ]]; then composer self-update --$DOWNGRADE_COMPOSER; fi
- composer require --update-no-dev --no-interaction --no-progress lakedrops/docker4drupal lakedrops/drupal-environment
- composer require --no-update --update-no-dev --no-interaction --no-progress lakedrops/docker4drupal lakedrops/drupal-environment
- composer lakedrops:config
- composer lakedrops:docker4drupal
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment