From 78ca8002d2e44f41ac9f29087ee5586a47b99bbf Mon Sep 17 00:00:00 2001 From: Sudarsan Reddy Date: Mon, 12 Dec 2022 13:21:14 +0000 Subject: [PATCH] TUN-7003: Add back a missing fi --- .teamcity/build-macos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.teamcity/build-macos.sh b/.teamcity/build-macos.sh index 15c773af..58cd3308 100755 --- a/.teamcity/build-macos.sh +++ b/.teamcity/build-macos.sh @@ -144,6 +144,7 @@ if [[ ! -z "$CODE_SIGN_NAME" ]]; then # notarize the binary # TODO: https://jira.cfdata.org/browse/TUN-5789 +fi # creating build directory rm -rf $TARGET_DIRECTORY