Commit 3aac1a9 1 parent 6e6c074 commit 3aac1a9 Copy full SHA for 3aac1a9
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
$BOSH upload blobs
46
46
echo " Commiting git changes ..."
47
47
git add config/blobs.yml
48
- git commit -m " Blobs for v$VERSION "
48
+ git diff-index --quiet HEAD || git commit -m " Blobs for v$VERSION "
49
49
50
50
# Creating the release
51
51
$BOSH create release --final --with-tarball --name $RELEASE
@@ -56,7 +56,7 @@ VERSION=$(ls -r -v releases/$RELEASE/$RELEASE-*.yml | sed 's/.*\/.*-\(.*\)\.yml$
56
56
# Create a new tag and update the changes
57
57
echo " Commiting git changes ..."
58
58
git add .final_builds releases/$RELEASE /index.yml " releases/$RELEASE /$RELEASE -$VERSION .yml"
59
- git diff-index --quiet HEAD || git commit -m " $RELEASE v$VERSION boshrelease"
59
+ git commit -m " $RELEASE v$VERSION boshrelease"
60
60
61
61
# Push all the changes
62
62
git push --tags
You can’t perform that action at this time.
0 commit comments