fix attempt for custom build

This commit is contained in:
Timo Bejan 2021-11-02 15:59:32 +02:00
parent a1c56439f1
commit c2045c86da

View File

@ -52,6 +52,7 @@ then
else
echo "Not on a relevant branch $bamboo_planRepository_branchName ... skipping."
echo "APP_VERSION=BRANCH-$bamboo_planRepository_branchName-$bamboo_buildNumber" > version.properties
if [[ ! -z "$bamboo_version_tag" ]]
then
@ -60,6 +61,6 @@ else
docker push "$imageName:$bamboo_version_tag"
fi
echo "APP_VERSION=BRANCH-$bamboo_planRepository_branchName-$bamboo_buildNumber" > version.properties
fi