Skip to content

Commit 87148fb

Browse files
committed
tryout
1 parent 1b796b1 commit 87148fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ branches:
2222

2323
# This ensures the base branch is loaded which is required for regitlint to run.
2424
clone_script:
25-
- ps: >-
25+
- ps: |
2626
Write-Output "TEST"
2727
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:

0 commit comments

Comments
 (0)