260323:1353 fix CI : Verify relaase : 🐋 Login to Internal Registry #05
This commit is contained in:
+4
-1
@@ -7,9 +7,12 @@
|
|||||||
set -e # Exit on error
|
set -e # Exit on error
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
LCBP3_DIR="/volume1/lcbp3"
|
LCBP3_DIR="/share/np-dms/app"
|
||||||
CURRENT_FILE="$LCBP3_DIR/current"
|
CURRENT_FILE="$LCBP3_DIR/current"
|
||||||
|
|
||||||
|
# Ensure base directory exists (QNAP path fix)
|
||||||
|
mkdir -p "$LCBP3_DIR"
|
||||||
|
|
||||||
# Ensure current file exists
|
# Ensure current file exists
|
||||||
if [ ! -f "$CURRENT_FILE" ]; then
|
if [ ! -f "$CURRENT_FILE" ]; then
|
||||||
echo "blue" > "$CURRENT_FILE"
|
echo "blue" > "$CURRENT_FILE"
|
||||||
|
|||||||
Reference in New Issue
Block a user