Skip to content

Commit

Permalink
Fix SslStress docker build (#72940)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfirsov authored Jul 28, 2022
1 parent d641668 commit b31a48a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b31a48a

Please sign in to comment.