mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fixed !build
This commit is contained in:
parent
b1cf9536df
commit
5da3ac95d0
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@ install:
|
|||
build_script:
|
||||
- ps: |
|
||||
$deployBranches = @{
|
||||
# 'feature/v4',
|
||||
'feature/v4',
|
||||
'develop',
|
||||
'master'
|
||||
}
|
||||
if(env:APPVEYOR_REPO_BRANCH -in $deployBranches) {
|
||||
if(($env:APPVEYOR_REPO_BRANCH -in $deployBranches || $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') && $env:APPVEYOR_REPO_COMMIT_MESSAGE -notlike '!build') {
|
||||
Write-Output "This is a deployment build"
|
||||
./build.ps1 --settings_skipverification=true --target=build
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue