Skip to content

Commit e855e7b

Browse files
authored
Merge pull request #153 from scality/bugfix/OSIS-151-fix-healthcheck-for-utapi
OSIS-151: removed utapi healthcheck and bump to 2.2.5
2 parents 857b06a + ea0ab90 commit e855e7b

File tree

5 files changed

+2
-36
lines changed

5 files changed

+2
-36
lines changed

.github/workflows/gradle-build-and-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646

4747
- name: Gradle Upload Archives to Releases Repository
4848
if: ${{ inputs.release }}
49-
run: ./gradlew publishSonatypePublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository -Prelease -PsonatypeUsername=$NEXUS_UNAME -PsonatypePassword=$NEXUS_PWD -Psigning.secretKeyRingFile=$GITHUB_WORKSPACE/secring.gpg -Psigning.keyId=$SIGNING_KEYID -Psigning.password=$SIGNING_PWD
49+
run: ./gradlew publishSonatypePublicationToSonatypeRepository closeAndReleaseSonatypeStagingRepository -Prelease -PsonatypeUsername=$NEXUS_UNAME -PsonatypePassword=$NEXUS_PWD -Psigning.secretKeyRingFile=$GITHUB_WORKSPACE/secring.gpg -Psigning.keyId=$SIGNING_KEYID -Psigning.password=$SIGNING_PWD

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,3 @@ jobs:
3131
tag_name: ${{ github.event.inputs.tag }}
3232
generate_release_notes: true
3333
target_commitish: ${{ github.sha }}
34-
35-
gradle-release:
36-
name: Gradle build and upload release
37-
uses: ./.github/workflows/gradle-build-and-upload.yml
38-
secrets: inherit
39-
with:
40-
release: true

.github/workflows/test-and-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
- q/*/**
99

1010
jobs:
11-
gradle_build_and_upload:
12-
name: Gradle build and upload snapshot
13-
uses: ./.github/workflows/gradle-build-and-upload.yml
14-
secrets: inherit
15-
1611
docker-build:
1712
name: Development docker image
1813
uses: ./.github/workflows/docker-build.yml

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
osisVersion = '2.2.4'
3+
osisVersion = '2.2.5'
44
vaultclientVersion = '1.1.2'
55
springBootVersion = '2.7.6'
66
}

osis-app/src/main/java/com/scality/osis/healthcheck/UtapiHealthIndicator.java

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)