Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Firszov <antonfir@gmail.com>2022-07-27 17:21:58 +0300
committerGitHub <noreply@github.com>2022-07-27 17:21:58 +0300
commitbc874cd0e0f8283a4c6e11b3dcd3f57a818975a4 (patch)
tree3329710b850187ae240a150d4f8a142343768023
parent7b435cf3dffd8e3b4fa374a44e67425cc5a76d55 (diff)
Fix SslStress docker buildantonfirsov-patch-1
-rwxr-xr-xsrc/libraries/System.Net.Security/tests/StressTests/SslStress/run-docker-compose.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraries/System.Net.Security/tests/StressTests/SslStress/run-docker-compose.sh b/src/libraries/System.Net.Security/tests/StressTests/SslStress/run-docker-compose.sh
index ee1ec60f6c0..d8b096ec86c 100755
--- a/src/libraries/System.Net.Security/tests/StressTests/SslStress/run-docker-compose.sh
+++ b/src/libraries/System.Net.Security/tests/StressTests/SslStress/run-docker-compose.sh
@@ -71,7 +71,7 @@ if [[ "$buildcurrentlibraries" -eq 1 ]]; then
fi
build_args=""
-if [[ -z "$imagename" ]]; then
+if [[ -n "$imagename" ]]; then
build_args=" --build-arg SDK_BASE_IMAGE=$imagename"
fi