We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bb94f commit 6e6c074Copy full SHA for 6e6c074
bosh_final_release
@@ -56,7 +56,7 @@ VERSION=$(ls -r -v releases/$RELEASE/$RELEASE-*.yml | sed 's/.*\/.*-\(.*\)\.yml$
56
# Create a new tag and update the changes
57
echo "Commiting git changes ..."
58
git add .final_builds releases/$RELEASE/index.yml "releases/$RELEASE/$RELEASE-$VERSION.yml"
59
-git commit -m "$RELEASE v$VERSION boshrelease"
+git diff-index --quiet HEAD || git commit -m "$RELEASE v$VERSION boshrelease"
60
61
# Push all the changes
62
git push --tags
0 commit comments