Skip to content

Commit 1438f8a

Browse files
committed
tryout
1 parent a2b2a8c commit 1438f8a

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
@@ -27,7 +27,8 @@ clone_script:
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:
2929
git checkout -qf FETCH_HEAD
30-
Write-Output ${git rev-parse 'openapi'}
30+
$test = git rev-parse 'openapi'
31+
Write-Output $test
3132
3233
pull_requests:
3334
do_not_increment_build_number: true

0 commit comments

Comments
 (0)