-
Notifications
You must be signed in to change notification settings - Fork 251
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
Supports AWS Code Commit. #128
Conversation
Added support for AWS Code commit.
Thanks! Would appreciate it if you're able to write tests for this. Otherwise we'll get around to it |
OK! |
@derimagia |
git-open
Outdated
@@ -198,6 +198,11 @@ elif [[ "${#pathargs[@]}" -ge '2' && ${pathargs[${#pathargs[@]} - 2]} == '_git' | |||
fi | |||
elif [[ "$domain" =~ amazonaws\.com$ ]]; then | |||
# AWS Code Commit | |||
if (( is_issue )); then | |||
echo "Issue feature does not supported on AWS Code Commit." 1>&2 | |||
exit 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you fix the Indentation here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry...
I fixed it.
Supports AWS Code Commit.
Added support for the AWS Code Commit.
Thank you.