Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 98fcacd

Browse files
authored
Merge pull request #70 from github-for-unity/fix-appveyor
Fix appveyor build now that the project is public
2 parents ef2f84b + ded2727 commit 98fcacd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ environment:
55
clone_script:
66
- ps: >-
77
if(-not $env:appveyor_pull_request_number) {
8-
git lfs clone -q -n --branch=$env:appveyor_repo_branch git@github.com:$env:appveyor_repo_name.git $env:appveyor_build_folder
8+
git lfs clone -q -n --branch=$env:appveyor_repo_branch https://github.com/$env:appveyor_repo_name.git $env:appveyor_build_folder
99
git checkout -qf $env:appveyor_repo_commit
1010
} else {
11-
git lfs clone -q -n git@github.com:$env:appveyor_repo_name.git $env:appveyor_build_folder
11+
git lfs clone -q -n https://github.com/$env:appveyor_repo_name.git $env:appveyor_build_folder
1212
git fetch -q origin +refs/pull/$env:appveyor_pull_request_number/merge:
1313
git lfs fetch origin FETCH_HEAD
1414
git checkout -qf FETCH_HEAD

0 commit comments

Comments
 (0)