We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a1380 commit 0777896Copy full SHA for 0777896
1 file changed
scripts/runAutomatedRelease.sh
@@ -19,6 +19,7 @@ check_var "KAMI_WEBHOOK" "$KAMI_WEBHOOK" || exit $?
19
20
# Safely update repository
21
cd "$KAMI_DIR" || exit $?
22
+git reset --hard HEAD
23
check_git || exit $?
24
OLD_COMMIT=$(git log --pretty=%h -1)
25
0 commit comments