From 55bc781b323bb4f6919c390176fb8d3c5d45b87f Mon Sep 17 00:00:00 2001 From: R4SAS Date: Fri, 24 Dec 2021 05:18:48 +0300 Subject: [PATCH] test script Signed-off-by: R4SAS --- contrib/msi/build-msi.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/msi/build-msi.sh b/contrib/msi/build-msi.sh index cb812f8c..a510826d 100644 --- a/contrib/msi/build-msi.sh +++ b/contrib/msi/build-msi.sh @@ -21,7 +21,8 @@ fi if [ "${APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH}" != "" ]; then git fetch --all - git checkout ${APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH} + echo "HEAD_REPO_BRANCH is ${APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH}" +# git checkout ${APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH} elif [ "${APPVEYOR_REPO_BRANCH}" != "" ]; then git fetch --all