[openjk] 11/15: Disable RDP blocking in appveyor deployment

Simon McVittie smcv at debian.org
Thu Jun 15 10:28:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian/master
in repository openjk.

commit b9a368e7c3d4bc9026664c60b9cddef390a3665f
Author: Xycaleth <alex at acslo.com>
Date:   Sat Jun 10 15:20:02 2017 +0100

    Disable RDP blocking in appveyor deployment
---
 appveyor.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 7498d17..f90c332 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -65,8 +65,8 @@ artifacts:
     name: OpenJK Jedi Academy ZIP
     type: zip
 
-on_finish:
-  - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
+#on_finish:
+#  - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 
 deploy_script:
-  - tools/builds/deploy.bat
+  - scripts/builds/deploy.bat

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/openjk.git



More information about the Pkg-games-commits mailing list