From 31ab7791775e706fde506a078b4f014cd335e63c Mon Sep 17 00:00:00 2001 From: YanxuanLiu Date: Wed, 4 Dec 2024 18:51:18 +0800 Subject: [PATCH] fix bug Signed-off-by: YanxuanLiu --- .github/workflows/mvn-verify-check/populate-daily-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mvn-verify-check/populate-daily-cache.sh b/.github/workflows/mvn-verify-check/populate-daily-cache.sh index b6ea5f4998b..d4e9b07d1a7 100755 --- a/.github/workflows/mvn-verify-check/populate-daily-cache.sh +++ b/.github/workflows/mvn-verify-check/populate-daily-cache.sh @@ -25,7 +25,7 @@ fi max_retry=3; delay=30; i=1 while true; do - buildvers=($(python build/get_buildvers.py buildvers.no_snapshots $pom | tr -d ',')) && + buildvers=($(python build/get_buildvers.py no_snapshots $pom | tr -d ',')) && { for buildver in "${buildvers[@]}"; do mvn $COMMON_MVN_FLAGS --file $pom -Dbuildver=$buildver de.qaware.maven:go-offline-maven-plugin:resolve-dependencies