Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running make ci will fail when trying to install assets under Windows. #1

Open
srosato opened this issue Sep 14, 2017 · 0 comments
Open
Assignees
Labels

Comments

@srosato
Copy link
Member

srosato commented Sep 14, 2017

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...

@srosato srosato added the bug label Sep 14, 2017
@srosato srosato self-assigned this Sep 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant