From eec38de558d187518af4b9e3a66fc8028f1b0365 Mon Sep 17 00:00:00 2001 From: Rolzad73 Date: Sun, 5 Feb 2017 00:04:47 -0500 Subject: [PATCH] - testing appveyor env vars --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ea8ca42eb..3883a20ac 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -69,6 +69,8 @@ after_deploy: # to run your custom scripts instead of provider deployments deploy_script: + - echo %APPVEYOR_REPO_COMMIT% + - echo %APPVEYOR_REPO_BRANCH% - "C:/Python27/python.exe tools/upload-binaries.py -t %GH_TOKEN% -s %APPVEYOR_REPO_COMMIT% -l projects/mtg/bin/Wagic-windows.zip -r Wagic-windows.zip -b %APPVEYOR_REPO_BRANCH%" # to disable deployment