From 83f9847dce26d06da85e8e65bf81a27cc312a879 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 6 Jan 2020 12:34:42 +0000 Subject: [PATCH 1/3] Update ci-build.yaml for Azure Pipelines --- ci-build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci-build.yaml b/ci-build.yaml index 33488f752..044c87e1b 100644 --- a/ci-build.yaml +++ b/ci-build.yaml @@ -20,6 +20,7 @@ variables: csProj: '**/*.csproj' buildConfiguration: 'Release' publishLocation: '$(Build.SourcesDirectory)/src/Ombi/bin/Release/netcoreapp3.0' + gitTag: 'v4.0.${Build.BuildId}' pool: vmImage: 'ubuntu-latest' @@ -164,8 +165,8 @@ steps: repositoryName: 'tidusjar/Ombi.Releases' action: 'create' target: '$(Build.SourceVersion)' - tagSource: 'gitTag' - tagPattern: 'v4.*' + tagSource: 'userSpecifiedTag' + tag: '${gitTag}' releaseNotesSource: 'inline' releaseNotesInline: 'test' isPreRelease: true From dd25fb89698e1464a91e3b5fcc85889169d0f819 Mon Sep 17 00:00:00 2001 From: Jamie Date: Mon, 6 Jan 2020 12:35:06 +0000 Subject: [PATCH 2/3] Update ci-build.yaml for Azure Pipelines --- ci-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-build.yaml b/ci-build.yaml index 044c87e1b..eb47a68ac 100644 --- a/ci-build.yaml +++ b/ci-build.yaml @@ -164,7 +164,7 @@ steps: gitHubConnection: 'github.com_tidusjar' repositoryName: 'tidusjar/Ombi.Releases' action: 'create' - target: '$(Build.SourceVersion)' + target: 'c7fcbb77b58aef1076d635a9ef99e4374abc8672' tagSource: 'userSpecifiedTag' tag: '${gitTag}' releaseNotesSource: 'inline' From ac82867c69424196f96ddc747e23232b562c17e1 Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Mon, 6 Jan 2020 20:25:44 +0000 Subject: [PATCH 3/3] Fix application url --- .../customization.component.html | 62 +++++++++---------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/src/Ombi/ClientApp/src/app/settings/customization/customization.component.html b/src/Ombi/ClientApp/src/app/settings/customization/customization.component.html index 1a20ab95c..da0911427 100644 --- a/src/Ombi/ClientApp/src/app/settings/customization/customization.component.html +++ b/src/Ombi/ClientApp/src/app/settings/customization/customization.component.html @@ -5,17 +5,17 @@ Customization
- - - + + + - - - + + + - - - + + +
@@ -24,38 +24,36 @@
- - Enable Custom Donation Link - - - - - - - - - - - - - Enable Custom Page - - + + Enable Custom Donation Link + + + + + + + + + + + + + Enable Custom Page + +
- +
- - + + - +