Skip to content
Snippets Groups Projects

Issue #3426229 test conversion with weak deprecations

1 unresolved thread
+ 4
0
@@ -66,6 +66,8 @@ variables:
@@ -66,6 +66,8 @@ variables:
CI_DEBUG_SERVICES: "true"
CI_DEBUG_SERVICES: "true"
_TARGET_DB_TYPE: "mariadb"
_TARGET_DB_TYPE: "mariadb"
_TARGET_DB_VERSION: "10.6"
_TARGET_DB_VERSION: "10.6"
 
# Always show environment variables, to help in debugging CI problems.
 
_SHOW_ENVIRONMENT_VARIABLES: '1'
###################################################################################
###################################################################################
@@ -135,6 +137,8 @@ composer:
@@ -135,6 +137,8 @@ composer:
- cp -R /tmp/drupal-core/composer .
- cp -R /tmp/drupal-core/composer .
# Copy to web as well as \Drupal\Composer\Composer will expect it be there.
# Copy to web as well as \Drupal\Composer\Composer will expect it be there.
- cp -R /tmp/drupal-core/composer web
- cp -R /tmp/drupal-core/composer web
 
# Ignore the same deprecations as core.
 
- cp -R /tmp/drupal-core/core/.deprecation-ignore.txt web/core
composer (previous minor):
composer (previous minor):
before_script:
before_script:
Loading