From d56f8b5f4e3e0481e768206637ca6cee70b06a60 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Wed, 19 Aug 2020 02:37:57 +0200 Subject: [PATCH] Update deploy_master.sh --- travis/deploy_master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/deploy_master.sh b/travis/deploy_master.sh index 359ffc3..97eec3d 100644 --- a/travis/deploy_master.sh +++ b/travis/deploy_master.sh @@ -107,7 +107,7 @@ if [ "$TRAVIS_OS_NAME_STANDARD" = "linux" ]; then rm $JAVA_SRC_DIR/it/tdlight/tdnatives/new_TdApi.java cd $TRAVIS_BUILD_DIR - git clone git@ssh.git.ignuranza.net:tdlight-team/tdlight-java.git + git clone git@ssh.git.ignuranza.net:tdlight-team/tdlight-java.git || true cd tdlight-java git checkout master cp $JAVA_SRC_DIR/it/tdlight/tdnatives/TdApi.java src/main/java/it/tdlight/tdnatives/TdApi.java