We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b2a8c commit 1438f8aCopy full SHA for 1438f8a
appveyor.yml
@@ -27,7 +27,8 @@ clone_script:
27
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
- Write-Output ${git rev-parse 'openapi'}
+ $test = git rev-parse 'openapi'
31
+ Write-Output $test
32
33
pull_requests:
34
do_not_increment_build_number: true
0 commit comments