From 3505500d144489ce79cb71f15d28d403de7f8195 Mon Sep 17 00:00:00 2001 From: Luke Ceddia Date: Sat, 13 Jan 2018 01:50:02 +1100 Subject: [PATCH] Try different syntax for environment vars --- .travis/appveyor-deploy.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/appveyor-deploy.ps1 b/.travis/appveyor-deploy.ps1 index ccda28290..6116c0845 100644 --- a/.travis/appveyor-deploy.ps1 +++ b/.travis/appveyor-deploy.ps1 @@ -1,7 +1,7 @@ mv setup_win.bat internal\ -$filename = "appveyor" + (get-date -uformat "%Y-%m-%d-%H-%M-%S") + "_" + $APPVEYOR_REPO_COMMIT.Substring(0,7) + "-" + $APPVEYOR_REPO_BRANCH + "_win.7z" +$filename = "appveyor" + (get-date -uformat "%Y-%m-%d-%H-%M-%S") + "_" + $Env:APPVEYOR_REPO_COMMIT.Substring(0,7) + "-" + $Env:APPVEYOR_REPO_BRANCH + "_win.7z" cd .. qb64\internal\c\c_compiler\7z\7za.exe a '-xr@qb64\.travis\common-exclusion.list' '-xr@qb64\.travis\win-exclusion.list' $filename qb64 -scp $filename m6rosupy1q2t@qb64.org:autobuilds/${APPVEYOR_REPO_BRANCH}/ +scp -o StrictHostKeyChecking=no $filename m6rosupy1q2t@qb64.org:autobuilds/$Env:APPVEYOR_REPO_BRANCH/