diff --git a/.gitea/workflows/ci-pipeline.yml b/.gitea/workflows/ci-pipeline.yml index b32bc8c3e..6d20a27c7 100755 --- a/.gitea/workflows/ci-pipeline.yml +++ b/.gitea/workflows/ci-pipeline.yml @@ -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 diff --git a/scripts/ci_production_deploy.sh b/scripts/ci_production_deploy.sh index dec3e9032..b41c2143e 100644 --- a/scripts/ci_production_deploy.sh +++ b/scripts/ci_production_deploy.sh @@ -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..." diff --git a/scripts/ci_staging_deploy.sh b/scripts/ci_staging_deploy.sh index f91613257..abe59864a 100755 --- a/scripts/ci_staging_deploy.sh +++ b/scripts/ci_staging_deploy.sh @@ -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..."