mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
!build
This commit is contained in:
parent
96d53c1bb7
commit
5bc40a05ed
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ build_script:
|
|||
'develop' = $true,
|
||||
'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 -Or $env:APPVEYOR_REPO_COMMIT_MESSAGE -Match '!deploy') -And $env:APPVEYOR_REPO_COMMIT_MESSAGE -notlike '!build') {
|
||||
Write-Output "This is a deployment build"
|
||||
./build.ps1 --settings_skipverification=true --target=build
|
||||
}
|
||||
else
|
||||
Else
|
||||
{
|
||||
Write-Output "This is a not a deployment build"
|
||||
./build.ps1 --settings_skipverification=true --target=build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue