Skip to content

Commit

Permalink
correct arg of get_buildvers.py
Browse files Browse the repository at this point in the history
Signed-off-by: YanxuanLiu <[email protected]>
  • Loading branch information
YanxuanLiu committed Dec 3, 2024
1 parent 017fdef commit 87d241c
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 @@ -23,7 +23,7 @@ elif [[ $SCALA_VER == '2.13' ]]; then
fi
while true; do
{
python build/get_buildvers.py "no_snapshots.buildvers" $pom | tr -d ',' | \
python build/get_buildvers.py "no_snapshots" $pom | tr -d ',' | \
xargs -n 1 -I {} bash -c \
"mvn $COMMON_MVN_FLAGS --file $pom -Dbuildver={} de.qaware.maven:go-offline-maven-plugin:resolve-dependencies"

Expand Down

0 comments on commit 87d241c

Please sign in to comment.