-
Notifications
You must be signed in to change notification settings - Fork 396
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
Force certain directories when deploying to Acquia Cloud #227
Comments
webkenny
added a commit
to webkenny/blt
that referenced
this issue
Jul 18, 2016
…Add vendor dir and force directive
See #228 |
I ran into this with something other then /vendor as well. My global git ignore had something relating to icon files in it, and so some images named 'icon' from http://cgit.drupalcode.org/drupal/tree/core/themes/seven/images?h=8.1.x were not getting added to the deploy commit. |
webkenny
added a commit
to webkenny/blt
that referenced
this issue
Jul 18, 2016
… all files and all vendors.
webkenny
added a commit
to webkenny/blt
that referenced
this issue
Jul 18, 2016
Merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Some developers will have a global Git ignore file that will exclude directories such as
/vendor
or other required directories to be pushed to ACE indevelop-build
. This causes dependency issues.Solution
Pull Request incoming but we want to, at minimum, force
/vendor
to be committed.The text was updated successfully, but these errors were encountered: