fix(ci): 修复deploy脚本语法错误(多余双引号) #612

Merged
xiaoxia merged 2 commits from fix/deploy-script-syntax into develop 2026-07-19 20:45:21 +08:00
3 changed files with 2 additions and 6 deletions
-4
View File
@@ -931,10 +931,6 @@ jobs:
run: |
set -eu
python3 scripts/ci/acr_cleanup.py \
--registry "$ACR_REGISTRY" \
--namespace "$ACR_NAMESPACE" \
--username "$ACR_USERNAME" \
--password "$ACR_PASSWORD" \
--keep 20 \
--pr-days 7 \
--execute
+1 -1
View File
@@ -250,7 +250,7 @@ retry_docker_pull "$REGISTRY_API"
retry_docker_pull "$REGISTRY_WORKER"
retry_docker_pull "$REGISTRY_WEB"
echo "All images pulled.""
echo "All images pulled."
# ---- 备份 legacy assets ----
echo "Backing up legacy assets from current web container..."
+1 -1
View File
@@ -244,7 +244,7 @@ retry_docker_pull "$REGISTRY_API"
retry_docker_pull "$REGISTRY_WORKER"
retry_docker_pull "$REGISTRY_WEB"
echo "All images pulled.""
echo "All images pulled."
# ---- 备份 legacy assets ----
echo "Backing up legacy assets from current web container..."