Fix env variables used by meta.yml and disable rdp

This commit is contained in:
adam-urbanczyk
2018-08-26 16:31:54 +02:00
parent c130f2c8cb
commit d45d308bba

View File

@ -30,7 +30,6 @@ deploy:
APPVEYOR_REPO_TAG: true
before_deploy:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- set "PATH=%MINICONDA_DIRNAME%;%MINICONDA_DIRNAME%\\Scripts;%PATH%"
- set "TRAVIS_TAG=%APPVEYOR_REPO_TAG_NAME%"
- set "TRAVIS_COMMIT=%APPVEYOR_REPO_COMMIT%"