I'm using Cloud Build to deploy automatically during code push(Bitbucket). I'm changing the versions on prebuild which has a script to increase the number on JSON file.
The changes are not reflected on the mirrored repository and also I could not able to push that code to the bitbucket repo. how can I push the code from google cloud to bitbucket? or is there any other way?
Thanks