You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SaaS project use govcms-scaffold project with settings for private and temp directory locations vendor/govcms/scaffold-tooling/drupal/settings/all.settings.php
Private directory is set as sites/default/files/private/tmp, but locally or in CI is not created as a part of the build.
As a result of this, none of the CI tests that are relying on a real site having images coming from production using stage_file_proxy, are passing, since stage_file_proxy relies on correctly configured and existing temporary directory.
PaaS Dockerfile.cli has these lines that fix the issue
SaaS project use
govcms-scaffold
project with settings for private and temp directory locationsvendor/govcms/scaffold-tooling/drupal/settings/all.settings.php
Private directory is set as
sites/default/files/private/tmp
, but locally or in CI is not created as a part of the build.As a result of this, none of the CI tests that are relying on a real site having images coming from production using stage_file_proxy, are passing, since stage_file_proxy relies on correctly configured and existing temporary directory.
PaaS
Dockerfile.cli
has these lines that fix the issueThe text was updated successfully, but these errors were encountered: