Skip to content

Commit 03ba80f

Browse files
committed
upd deps/ upd scripts
1 parent 21f713a commit 03ba80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkpoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if ! [ -z "$(git status --porcelain)" ]; then
88
fi
99

1010
TAG_NAME=$(git_get_current_tag)
11-
if [ "$TAG_NAME" != "" ]; then
11+
if [ "$TAG_NAME" == "" ]; then
1212
TAG_NAME="$(date +%Y%m%d%H%M%S)"
1313
TAG_COMMENT="$(
1414
echo "Release $TAG_NAME"
@@ -24,7 +24,7 @@ else
2424
fi
2525

2626
git push origin "$TAG_NAME"
27-
git push origin
27+
#git push origin
2828

2929
pushd llama.cpp
3030
./build-and-push.rocm.sh

0 commit comments

Comments
 (0)