Skip to content

Commit b31a48a

Browse files
authored
Fix SslStress docker build (#72940)
1 parent d641668 commit b31a48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Net.Security/tests/StressTests/SslStress/run-docker-compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if [[ "$buildcurrentlibraries" -eq 1 ]]; then
7171
fi
7272

7373
build_args=""
74-
if [[ -z "$imagename" ]]; then
74+
if [[ -n "$imagename" ]]; then
7575
build_args=" --build-arg SDK_BASE_IMAGE=$imagename"
7676
fi
7777

0 commit comments

Comments
 (0)