Skip to content
Snippets Groups Projects

Resolve #3400979 "Deprecations helper value from core"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -772,7 +772,7 @@ nightwatch (next major):
extends:
- .test-variables
variables:
SYMFONY_DEPRECATIONS_HELPER: 'ignoreFile=$CI_PROJECT_DIR/$_WEB_ROOT/core/.deprecation-ignore.txt'
SYMFONY_DEPRECATIONS_HELPER: "ignoreFile=$CI_PROJECT_DIR/$_WEB_ROOT/core/.deprecation-ignore.txt"
services:
- <<: *with-database
- <<: *with-chrome
Loading