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
I will have to look into this. (referenced commit: 9803f2f)
Running make ci will fail when trying to install assets under Windows.
I have removed the install assets from composer.json, but I do not think it fixes the problem.
make ci
or the underlying command:
docker-compose -p local_majisti-boilerplate -f docker/docker-compose.yml -f docker/docker-compose.local.yml -f docker/docker-compose.override.yml run --rm php bin/console assets:install web --symlink
Gives output:
[RuntimeException]
The Doctrine Proxy directory "/var/www/html/var/cache/dev/doctrine/orm/Proxies" is not writeable for the current system user.
References branch
The thing is, it seems to only happen when running make ci, but running the full command works...
The text was updated successfully, but these errors were encountered:
I will have to look into this. (referenced commit: 9803f2f)
Running make ci will fail when trying to install assets under Windows.
I have removed the install assets from composer.json, but I do not think it fixes the problem.
make ci
or the underlying command:
Gives output:
References branch
The thing is, it seems to only happen when running make ci, but running the full command works...
The text was updated successfully, but these errors were encountered: