Merge pull request #21 from Bililive/dev

Release 1.0.23
This commit is contained in:
Genteure 2018-11-09 12:11:21 +08:00 committed by GitHub
commit eda89f4f9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ if ($env:APPVEYOR -and (-not $env:APPVEYOR_PULL_REQUEST_NUMBER) -and $env:CONFIG
$env:DEPLOY_SITE_GIT="C:\projects\site" $env:DEPLOY_SITE_GIT="C:\projects\site"
git clone --quiet --depth 1 "https://github.com/Bililive/soft.danmuji.org.git" $env:DEPLOY_SITE_GIT git clone --quiet --depth 1 "https://github.com/Bililive/soft.danmuji.org.git" $env:DEPLOY_SITE_GIT
$env:DEPLOY_SITE_BRANCH="rec$env:APPVEYOR_BUILD_VERSION" $env:DEPLOY_SITE_BRANCH="rec$env:APPVEYOR_BUILD_VERSION"
git checkout --quiet -b $env:DEPLOY_SITE_BRANCH git --git-dir="$env:DEPLOY_SITE_GIT\.git\" --work-tree="$env:DEPLOY_SITE_GIT" checkout --quiet -b $env:DEPLOY_SITE_BRANCH
} }
Write-Host "Current build version is $env:APPVEYOR_BUILD_VERSION" Write-Host "Current build version is $env:APPVEYOR_BUILD_VERSION"

View File

@ -1 +1 @@
1.0.22 1.0.23