Skip to content

Commit

Permalink
remove maven-settings step
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 5, 2024
1 parent 872e6aa commit 7e374bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ jobs:
ref: main
submodules: true
fetch-depth: 0
- name: maven-settings
uses: s4u/maven-settings-action@v2
with:
servers: '[{"id": "github", "username": "dummy", "password": "${{ secrets.GITHUB_TOKEN }}"}]'
githubServer: false
- name: Build application
run: ./mvnw -B -U -Dio.cryostat.agent.version=${{ env.agent-version }} clean verify
env:
Expand Down

0 comments on commit 7e374bc

Please sign in to comment.