From: William Langford Date: Sat, 23 Feb 2019 01:05:09 +0000 (-0500) Subject: fixup! Configure appveyor build to use python X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51fc9e02a5ce0730c77883e881463e77de2e23b7;p=jq fixup! Configure appveyor build to use python --- diff --git a/appveyor.yml b/appveyor.yml index bbf2415..67de369 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ environment: clone_script: - bash -lc "echo $APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME - $APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH" - - bash -lc "git clone -q --branch=${APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH:APPVEYOR_REPO_BRANCH} https://github.com/${APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME:$APPVEYOR_REPO_NAME}.git $APPVEYOR_BUILD_FOLDER" + - bash -lc "git clone -q --branch=${APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH:-$APPVEYOR_REPO_BRANCH} https://github.com/${APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME:-$APPVEYOR_REPO_NAME}.git $APPVEYOR_BUILD_FOLDER" - bash -lc "cd $APPVEYOR_BUILD_FOLDER && git checkout -qf ${APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH:APPVEYOR_REPO_BRANCH}" - bash -lc "cd $APPVEYOR_BUILD_FOLDER && git submodule update --init --recursive"