diff --git a/.github/scripts/reset-test-env.sh b/.github/scripts/reset-test-env.sh index d9fc9af721..bec2bc1657 100755 --- a/.github/scripts/reset-test-env.sh +++ b/.github/scripts/reset-test-env.sh @@ -350,7 +350,7 @@ volume_exists() { append_unique_volume() { local candidate="$1" local existing - [ -n "$candidate" ] || return + [ -n "$candidate" ] || return 0 for existing in "${RESOLVED_VOLUME_NAMES[@]}"; do if [ "$existing" = "$candidate" ]; then