Skip to content

Commit 100841f

Browse files
committed
CI fix try out
1 parent f4cd2a3 commit 100841f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ for:
3838
- postgresql101
3939
# This ensures the base branch is loaded which is required for regitlint to run.
4040
clone_script:
41-
- ps: |
41+
- pwsh: |
42+
Write-Output "TEST";
4243
git clone --branch=$env:APPVEYOR_REPO_BRANCH [email protected]:$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER
4344
git fetch -q origin +refs/pull/$env:APPVEYOR_PULL_REQUEST_NUMBER/merge:
4445
git checkout -qf FETCH_HEAD

0 commit comments

Comments
 (0)