-
Notifications
You must be signed in to change notification settings - Fork 20
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
Pipeline permissions error on new file #817
Comments
@danrowden mentioned maybe using a post-receive hook. Another option is to have a watcher to help out when doing work in the static dir. |
The call to the old asset packer script should be removed, it's not used any longer. https://github.com/akvo/akvo-rsr/blob/develop/git_hooks/pre-commit#L13 |
When one runs the app we get these untracked files right now: @KasperBrandt Should we add or hide them from Git? |
When we add a new file to be used by pipeline one need to set very loose permissions to get things to work on the vagrant box.
The text was updated successfully, but these errors were encountered: