fix attempt for custom build
This commit is contained in:
parent
a1c56439f1
commit
c2045c86da
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user