planspec update

This commit is contained in:
Timo 2021-05-07 11:18:00 +03:00
parent 66483b178a
commit 8754a0fb83

View File

@ -35,7 +35,7 @@ then
docker push "$imageName:$version"
else
echo "Not on a relevant branch $BRANCH_NAME ... skipping."
echo "Not on a relevant branch $bamboo_planRepository_branchName ... skipping."
echo "APP_VERSION=$bamboo_planRepository_branchName_$bamboo_buildNumber" > version.properties
echo "APP_VERSION=$bamboo_planRepository_branchName-$bamboo_buildNumber" > version.properties
fi