We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072b593 commit 880c862Copy full SHA for 880c862
Build.ps1
@@ -97,7 +97,7 @@ function LoadBaseBranchIfNotMaster(){
97
98
Write-Output $env:APPVEYOR_REPO_BRANCH
99
if ($env:APPVEYOR_REPO_BRANCH -ne "master") {
100
- git fetch origin $env:APPVEYOR_REPO_BRANCH:$env:APPVEYOR_REPO_BRANCH
+ git fetch origin ${env:APPVEYOR_REPO_BRANCH}:${env:APPVEYOR_REPO_BRANCH}
101
Write-Output YAY
102
$revparse = git rev-parse 'openapi'
103
Write-Output $revparse
0 commit comments