We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8112918 commit 1b796b1Copy full SHA for 1b796b1
appveyor.yml
@@ -22,9 +22,9 @@ branches:
22
23
# This ensures the base branch is loaded which is required for regitlint to run.
24
clone_script:
25
- - pwsh: |
26
- Write-Output "TEST";
27
- git clone --branch=$env:APPVEYOR_REPO_BRANCH git@github.com:$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER
+ - ps: >-
+ Write-Output "TEST"
+ git clone -q --branch=$env:APPVEYOR_REPO_BRANCH https://github.com/$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER
28
git fetch -q origin +refs/pull/$env:APPVEYOR_PULL_REQUEST_NUMBER/merge:
29
git checkout -qf FETCH_HEAD
30
0 commit comments