From bde84505b0affa975276871bcd9558f787e245c0 Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Sat, 13 Mar 2021 17:53:15 +1300 Subject: [PATCH] Update '.appveyor.yml' --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index f2f7f83..25ffc34 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,6 +7,8 @@ init: $fileContent += "`n-----END OPENSSH PRIVATE KEY-----`n" + New-Item -Path c:\users\appveyor\.ssh\ -Type Directory + Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent clone_script: - ps: git clone -q --branch=master ssh://git@git.software.kauripeak.co.nz:3999/Brychan/159.341_Assignment_1.git