Skip to content

Commit

Permalink
Merge branch 'fix-bug_populate-cache-deps' into test-cache-populate
Browse files Browse the repository at this point in the history
  • Loading branch information
YanxuanLiu committed Dec 4, 2024
2 parents e1fbf45 + c4e8d22 commit 5eac6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-verify-check/populate-daily-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi

max_retry=3; delay=30; i=1
while true; do
buildvers=($(python build/get_buildvers.py no_snapshots $pom | tr -d ',')) &&
buildvers=($(python build/get_buildvers.py buildvers.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
Expand Down

0 comments on commit 5eac6bb

Please sign in to comment.