From 3e812e91db6598d4228a1cbf37dac31585f0d9d6 Mon Sep 17 00:00:00 2001 From: "Mike C. Fletcher" Date: Sun, 27 Oct 2019 12:15:21 -0400 Subject: [PATCH] Switch to using appveyor-dist for downloading --- download_appveyor.sh | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/download_appveyor.sh b/download_appveyor.sh index 639e3d1c..6cb2c9a2 100755 --- a/download_appveyor.sh +++ b/download_appveyor.sh @@ -1,11 +1,7 @@ #! /bin/bash -COMMIT=$(git show-ref --head HEAD | cut -f 1 -d" ") -appveyor-artifacts \ - -c $COMMIT \ - -o MikeCFletcher \ - -n pyopengl \ - --dir ./dist \ - --no-job-dirs skip \ - -v \ - download +# COMMIT=$(git show-ref --head HEAD | cut -f 1 -d" ") +appveyor-dist \ + -u MikeCFletcher \ + -p pyopengl \ + --dist dist