mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
!build
This commit is contained in:
parent
8fd022da1c
commit
fadffaf891
1 changed files with 5 additions and 5 deletions
|
@ -21,12 +21,12 @@ install:
|
||||||
- cmd: tsc -v
|
- cmd: tsc -v
|
||||||
build_script:
|
build_script:
|
||||||
- ps: |
|
- ps: |
|
||||||
$deployBranches = {
|
$deployBranches =
|
||||||
"feature/v4",
|
"feature/v4",
|
||||||
"develop",
|
"develop",
|
||||||
"master"
|
"master";
|
||||||
}
|
|
||||||
If(($env:APPVEYOR_REPO_BRANCH -in $deployBranches -Or $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') -And $env:APPVEYOR_REPO_COMMIT_MESSAGE -notlike '!build') {
|
If(($env:APPVEYOR_REPO_BRANCH -in $deployBranches -Or $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') -And $env:APPVEYOR_REPO_COMMIT_MESSAGE -NotMatch '!build') {
|
||||||
Write-Output "This is a deployment build"
|
Write-Output "This is a deployment build"
|
||||||
./build.ps1 --settings_skipverification=true --target=build
|
./build.ps1 --settings_skipverification=true --target=build
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue