-
Bug
-
Resolution: Fixed
-
Medium
I'm not sure if this issue is with BitBucket or with AWS, but if I tag a build (git tag) and push that to BitBucket then a webhook is triggered to AWS CodeBuild. But the issue is that I'm calling git tag from the build running in CodeBuild, so it will re-trigger from itself over and over again.
It was solved by AWS, they implemented a branch filter which solved it.