Skip to content

Commit

Permalink
Merge pull request #153 from scality/bugfix/OSIS-151-fix-healthcheck-…
Browse files Browse the repository at this point in the history
…for-utapi

OSIS-151: removed utapi healthcheck and bump to 2.2.5
  • Loading branch information
anurag4DSB authored Jul 19, 2024
2 parents 857b06a + ea0ab90 commit e855e7b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:

- name: Gradle Upload Archives to Releases Repository
if: ${{ inputs.release }}
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
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
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,3 @@ jobs:
tag_name: ${{ github.event.inputs.tag }}
generate_release_notes: true
target_commitish: ${{ github.sha }}

gradle-release:
name: Gradle build and upload release
uses: ./.github/workflows/gradle-build-and-upload.yml
secrets: inherit
with:
release: true
5 changes: 0 additions & 5 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ on:
- q/*/**

jobs:
gradle_build_and_upload:
name: Gradle build and upload snapshot
uses: ./.github/workflows/gradle-build-and-upload.yml
secrets: inherit

docker-build:
name: Development docker image
uses: ./.github/workflows/docker-build.yml
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
osisVersion = '2.2.4'
osisVersion = '2.2.5'
vaultclientVersion = '1.1.2'
springBootVersion = '2.7.6'
}
Expand Down

This file was deleted.

0 comments on commit e855e7b

Please sign in to comment.