fix(ci): 修复deploy脚本语法错误(多余双引号) #612
@@ -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
|
||||
|
||||
@@ -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..."
|
||||
|
||||
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user