260323:1353 fix CI : Verify relaase : 🐋 Login to Internal Registry #05
CI / CD Pipeline / build (push) Successful in 9m48s
CI / CD Pipeline / deploy (push) Failing after 17s

This commit is contained in:
admin
2026-03-23 13:53:38 +07:00
parent 47228506dc
commit 463f1c7224
+4 -1
View File
@@ -7,9 +7,12 @@
set -e # Exit on error
# Configuration
LCBP3_DIR="/volume1/lcbp3"
LCBP3_DIR="/share/np-dms/app"
CURRENT_FILE="$LCBP3_DIR/current"
# Ensure base directory exists (QNAP path fix)
mkdir -p "$LCBP3_DIR"
# Ensure current file exists
if [ ! -f "$CURRENT_FILE" ]; then
echo "blue" > "$CURRENT_FILE"