Skip to content

Commit 67e9e85

Browse files
2017Driver2017Driver
2017Driver
authored and
2017Driver
committed
Continue to tag and deploy even if nothing changed
1 parent d2e586c commit 67e9e85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deploy_tag.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ git diff --staged --quiet
88
hasdiff=$?
99
if [ $hasdiff -eq 0 ]; then
1010
echo "No changes exist on the index"
11-
exit
11+
#exit
12+
else
13+
git commit -m "Tag WPILib deploying on $(date)"
1214
fi
1315

14-
git commit -m "Tag WPILib deploying on $(date)"
1516
git tag $1
1617
if hash ant; then
1718
ant

0 commit comments

Comments
 (0)