I have a pull request open in my github repo that I have been pushing to. Normally, a push will trigger a new build in CodeBuild, with this variable set to the branch name ( pr/10 )
$CODEBUILD_SOURCE_VERSION
As of Oct 29th 2018, this variable now is always the commit SHA, which is breaking our build script. I think AWS might have deployed a bug?
Has anyone else experienced this?