We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cd2a3 commit 100841fCopy full SHA for 100841f
appveyor.yml
@@ -38,7 +38,8 @@ for:
38
- postgresql101
39
# This ensures the base branch is loaded which is required for regitlint to run.
40
clone_script:
41
- - ps: |
+ - pwsh: |
42
+ Write-Output "TEST";
43
git clone --branch=$env:APPVEYOR_REPO_BRANCH [email protected]:$env:APPVEYOR_REPO_NAME.git $env:APPVEYOR_BUILD_FOLDER
44
git fetch -q origin +refs/pull/$env:APPVEYOR_PULL_REQUEST_NUMBER/merge:
45
git checkout -qf FETCH_HEAD
0 commit comments