Skip to content

Commit

Permalink
Update vertx-base.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcs-koteswaradodda authored Sep 16, 2024
1 parent cb61d39 commit 8c723e0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/vertx-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ jobs:
with:
project_id: 'som-rit-infrastructure-prod'
workload_identity_provider: 'projects/294515190965/locations/global/workloadIdentityPools/github/providers/susom-github'

- name: Configure Maven to use gcloud as a credential helper
run: |
gcloud auth application-default login --quiet flag

- name: Cache Maven dependencies
uses: actions/cache@v3
Expand Down Expand Up @@ -81,4 +77,4 @@ jobs:
restore-keys: ${{ runner.os }}-maven

- name: Deploy to Maven Central
run: mvn -Dmaven.wagon.http.retryHandler.count=3 --batch-mode -e -DskipTests=true deploy
run: mvn -Dmaven.wagon.http.retryHandler.count=3 --batch-mode -e -DskipTests=true deploy

0 comments on commit 8c723e0

Please sign in to comment.