mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
!build
This commit is contained in:
parent
7c04abcf4c
commit
96d53c1bb7
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ install:
|
||||||
build_script:
|
build_script:
|
||||||
- ps: |
|
- ps: |
|
||||||
$deployBranches = @{
|
$deployBranches = @{
|
||||||
'feature/v4',
|
'feature/v4' = $true,
|
||||||
'develop',
|
'develop' = $true,
|
||||||
'master'
|
'master' = $true
|
||||||
}
|
}
|
||||||
if(($env:APPVEYOR_REPO_BRANCH -in $deployBranches || $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') && $env:APPVEYOR_REPO_COMMIT_MESSAGE -notlike '!build') {
|
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"
|
Write-Output "This is a deployment build"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue