Skip to content

Commit a733f72

Browse files
author
Ali
committed
Re-enable copying the original binary from the previous step
1 parent 6b107fc commit a733f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎buildbox/verify-telegram.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ fi
2424

2525
OUTPUT_PATH="build/artifacts"
2626

27-
BAZEL_HTTP_CACHE_URL="$BAZEL_HTTP_CACHE_URL" sh buildbox/build-telegram.sh verify
28-
2927
if [ "$CONFIGURATION" == "appstore" ]; then
3028
if [ -z "$IPA_PATH" ]; then
3129
IPA_PATH="$OUTPUT_PATH/Telegram.ipa"
@@ -45,6 +43,8 @@ VERIFY_PATH="TelegramVerifyBuild.ipa"
4543
rm -f "$VERIFY_PATH"
4644
cp "$IPA_PATH" "$VERIFY_PATH"
4745

46+
BAZEL_HTTP_CACHE_URL="$BAZEL_HTTP_CACHE_URL" sh buildbox/build-telegram.sh verify
47+
4848
python3 tools/ipadiff.py "$IPA_PATH" "$VERIFY_PATH"
4949
retVal=$?
5050
if [ $retVal -ne 0 ]; then

0 commit comments

Comments
 (0)