-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
Add AWS CodeCommit Repo support. #975
Add AWS CodeCommit Repo support. #975
Conversation
I'm wondering if this check is even useful at this point. There's later connection test to make sure we can connect to the Git repo. |
@newloong Thanks for this. We discussed internally and agree we should enable the Background. I think #459 added the regexp validation to quickly warn users against the Your regexp. Could you revise your regexp to disallow the Example revision. Maybe the fail
|
…pt the HTTP(s) repo format.
@newloong Thanks for the revised regexp. I like how you got rid of the unnecessary .git I should have mentioned it explicitly, but given that slashes. Your pattern requires
summary. So, altogether I'm proposing: - match("^ssh:\/\/.*@.*|.*@.*:.*\.git")
+ match("^ssh://.+@.+|.+@.+:.+") Thanks again! Your help with this PR brings Trellis a good improvement. |
* trellis/master: Add gold sponsor [ci skip] Support git url format ssh://user@host/path/to/repo (roots#975) Fix path to h5bp/mime.types (roots#974) Vendor h5bp Nginx configs (roots#973) Add support for sSMTP revaliases configuration (roots#956) Add gold sponsor [ci skip] Update CHANGELOG Refactor --subdomains flag in the Install WP task Add support for includes.d on all sites
Hey,
This pull request add AWS CodeCommit repo support.
Related: #969
Tested on:
macOS 10.13.3
ansible 2.4.3.0