chore: bump to 0.1.0.0029
This commit is contained in:
parent
a4b92feed9
commit
b7c65d37cd
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
0.1.0.0028
|
0.1.0.0029
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ else echo "[MODE] Smart update (target exists)"; fi
|
||||||
# --- Pull + build ---
|
# --- Pull + build ---
|
||||||
cd "$REPO_DIR"
|
cd "$REPO_DIR"
|
||||||
echo "[1/5] Pulling latest code..."
|
echo "[1/5] Pulling latest code..."
|
||||||
|
git config --global --add safe.directory /opt/NextWks 2>/dev/null || true
|
||||||
git pull 2>&1 || echo "[WARN] Git pull failed — using existing code"
|
git pull 2>&1 || echo "[WARN] Git pull failed — using existing code"
|
||||||
|
|
||||||
echo "[2/5] Building binary (static)..."
|
echo "[2/5] Building binary (static)..."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue