Skip to content
Snippets Groups Projects

#3510926 Drop alternate d11 composer.json [1.x]

Files
3
+ 0
4
@@ -73,10 +73,6 @@ variables:
- when: on_success
.composer-base:
before_script:
# If testing against Drupal 11 then swap in a different composer file to load dev versions and
# merge-request branches of several third-party modules which which do not have a fully compatible release yet.
- if [[ $DRUPAL_CORE =~ ^11 ]]; then rm composer.json; mv composer_for_d11_testing.json composer.json; echo "Using composer_for_d11_testing.json"; fi;
after_script:
- !reference [ .create-environment-variables ]
- pwd && echo "Top-level directories" && ls -tldr */
Loading