]> granicus.if.org Git - jq/commitdiff
fixup! Configure appveyor build to use python no-more-ruby
authorWilliam Langford <wlangfor@gmail.com>
Sat, 23 Feb 2019 01:05:09 +0000 (20:05 -0500)
committerWilliam Langford <wlangfor@gmail.com>
Sat, 23 Feb 2019 01:05:09 +0000 (20:05 -0500)
appveyor.yml

index bbf24159ae4425f8f92031e70b1324219a1b22a4..67de36934e96b297e2b24c25a2e04f87b3955b30 100644 (file)
@@ -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"