We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85751ac commit 7177b1aCopy full SHA for 7177b1a
script/create-submission.sh
@@ -23,6 +23,6 @@ bash script/build-submission.sh
23
24
pushd build/submission
25
git add -A
26
-git commit -am "${DATETIME}-${COMMIT_ID} #release"$'\n'"${COMMIT_MSG}"
+git commit --allow-empty -am "${DATETIME}-${COMMIT_ID} #release"$'\n'"${COMMIT_MSG}"
27
git push --set-upstream origin "submission"
28
popd
0 commit comments