Skip to content
Snippets Groups Projects

Draft: testing 10.3 with -dev image

Open Andrey Postnikov requested to merge issue/drupal-3315265:3315265-testing-10.3 into 10.3.x
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -18,7 +18,8 @@ default:
- runner_system_failure
- scheduler_failure
image:
name: $_CONFIG_DOCKERHUB_ROOT/php-$_TARGET_PHP-apache:production
# name: $_CONFIG_DOCKERHUB_ROOT/php-$_TARGET_PHP-apache:production
name: $_CONFIG_DOCKERHUB_ROOT/php-$_TARGET_PHP-apache:dev
before_script:
- |
[[ $_TARGET_DB == sqlite* ]] && export SIMPLETEST_DB=sqlite://localhost/$CI_PROJECT_DIR/sites/default/files/db.sqlite?module=sqlite
@@ -73,6 +74,7 @@ variables:
.with-database: &with-database
name: $_CONFIG_DOCKERHUB_ROOT/$_TARGET_DB:production
# name: $_CONFIG_DOCKERHUB_ROOT/$_TARGET_DB:dev
alias: database
.with-chrome: &with-chrome
Loading