Skip to content

Commit

Permalink
OSIS-152: remove gradle build step for OSIS
Browse files Browse the repository at this point in the history
We are removing this as OSIS is not being used as
a dependency for any repository and its a
microservice in itself.
  • Loading branch information
anurag4DSB committed Jul 19, 2024
1 parent 682ecc3 commit ea0ab90
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 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

0 comments on commit ea0ab90

Please sign in to comment.