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

Get build:env:create to respect .gitignore files #22

Open
generalredneck opened this issue Mar 29, 2023 · 0 comments
Open

Get build:env:create to respect .gitignore files #22

generalredneck opened this issue Mar 29, 2023 · 0 comments

Comments

@generalredneck
Copy link
Collaborator

terminus build:env:create runs git -C /home/tester/project add --force -A . which ignores .gitignore files and just adds everything. There is a --no-git-force option but then it doesn't git -C /home/tester/project push --force -q pantheon pr-1 which causes problems when rebuilding an environment. Update the script to reset the pr branch to the source commit prior to running build:env:create with the --no-git-force option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant