Skip to content

Commit 1b796b1

Browse files
committed
tryout
1 parent 8112918 commit 1b796b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ branches:
2222

2323
# This ensures the base branch is loaded which is required for regitlint to run.
2424
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
25+
- ps: >-
26+
Write-Output "TEST"
27+
git clone -q --branch=$env:APPVEYOR_REPO_BRANCH https://github.com/$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER
2828
git fetch -q origin +refs/pull/$env:APPVEYOR_PULL_REQUEST_NUMBER/merge:
2929
git checkout -qf FETCH_HEAD
3030

0 commit comments

Comments
 (0)