Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Conversation

@franciscomemoli
Copy link
Contributor

I found an error when someone push a tag to bitbucket because the path where we execute the pull is incorrect formed like it would be a regular branch.
I added an if checking the type of change that comes in the json form bitbucket, if the type is "tag" I add to the "branch_name" "tags/". This will be used on the pull_repo method to form the reference correctly.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

I found an error when someone push a tag to bitbucket because the path where we execute the pull is incorrect formed like it would be a regular branch.
I added an if checking the type of change that comes in the json form bitbucket, if the type is "tag" I add to the "branch_name" "tags/". This will be used on the pull_repo method to form the reference correctly.
@jaymccon jaymccon changed the base branch from master to main August 14, 2020 21:14
@jaymccon jaymccon changed the base branch from main to develop August 14, 2020 21:15
@jaymccon jaymccon merged commit a7c1f56 into aws-quickstart:develop Aug 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants