mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-11 15:56:05 -07:00
!build
This commit is contained in:
parent
809859b3ba
commit
8fd022da1c
1 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@ install:
|
|||
- cmd: tsc -v
|
||||
build_script:
|
||||
- ps: |
|
||||
$deployBranches = @{
|
||||
feature/v4,
|
||||
develop,
|
||||
master
|
||||
$deployBranches = {
|
||||
"feature/v4",
|
||||
"develop",
|
||||
"master"
|
||||
}
|
||||
If(($env:APPVEYOR_REPO_BRANCH -in $deployBranches -Or $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') -And $env:APPVEYOR_REPO_COMMIT_MESSAGE -notlike '!build') {
|
||||
Write-Output "This is a deployment build"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue