Skip to content

Commit

Permalink
download each XML from the Test suites
Browse files Browse the repository at this point in the history
  • Loading branch information
franklychilled committed Feb 23, 2024
1 parent e4f2443 commit 0586cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/command
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [[ -n "$(plugin_read_list TEST_SUITES_0_ARTIFACTS)" ]] ; then
i=0
while true; do
var="TEST_SUITES_${i}_ARTIFACTS"
if [[ -n "$(plugin_read_list $var)" ]] ; then
if [[ -n "$(!plugin_read_list $var)" ]] ; then
break
fi
buildkite-agent artifact download \
Expand Down

0 comments on commit 0586cc5

Please sign in to comment.