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 3121d95 commit a72f90dCopy full SHA for a72f90d
src/test/update.sh
@@ -41,6 +41,7 @@ BKG_INDEX_DB=$BKG_ROOT/"$BKG_INDEX".db
41
BKG_INDEX_SQL=$BKG_ROOT/"$BKG_INDEX".sql
42
BKG_INDEX_DIR=$BKG_ROOT/"$BKG_INDEX"
43
set +o allexport
44
+set -x
45
46
if git ls-remote --exit-code origin "$BKG_INDEX" &>/dev/null; then
47
git worktree remove -f "$BKG_INDEX".bak &>/dev/null
0 commit comments