-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bitbucket project name cannot have a space #290
Comments
Fixes #290. In Bitbucket Server, the repo owner name can have spaces. This causes errors when running terraform plan -out path with spaces so we need to quote it: terraform plan -out "path with spaces".
Hi I think I've fixed this. Can you try the latest version and let me know if it works for you? |
Oh, by latest version I mean the one in
|
Thanks, that was quick! |
Here's a .zip with the binary: atlantis_linux_amd64.zip |
…ching checkruns for every status update (#290)
atlantis v 0.4.9
using Bitbucket privately hosted and a lot of my projects have spaces in their names eg "Cloud Infrastructure" etc.
Once my Pull Request is created, I get the following error:
exit status 1: running "sh -c terraform plan -refresh -no-color -out /home/USERNAME/.atlantis/repos/Cloud Infrastructure/atlantis-test/4/default/default.tfplan -var atlantis_user=USERNAME" in "/home/USERNAME/.atlantis/repos/Cloud Infrastructure/atlantis-test/4/default"
Too many command line arguments. Configuration path expected.
It seems that the issue is coming from the "-out" arg value, it could be simply decorated with quotes.
Any chances this could be fixed?
Thanks
The text was updated successfully, but these errors were encountered: