Skip to content

Commit 880c862

Browse files
committed
test ci
1 parent 072b593 commit 880c862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function LoadBaseBranchIfNotMaster(){
9797

9898
Write-Output $env:APPVEYOR_REPO_BRANCH
9999
if ($env:APPVEYOR_REPO_BRANCH -ne "master") {
100-
git fetch origin $env:APPVEYOR_REPO_BRANCH:$env:APPVEYOR_REPO_BRANCH
100+
git fetch origin ${env:APPVEYOR_REPO_BRANCH}:${env:APPVEYOR_REPO_BRANCH}
101101
Write-Output YAY
102102
$revparse = git rev-parse 'openapi'
103103
Write-Output $revparse

0 commit comments

Comments
 (0)