Skip to content

Commit

Permalink
#2 Switch maven build command
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed May 1, 2024
1 parent 160367d commit b4eb02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
chmod 700 get_helm.sh
./get_helm.sh
- name: Build booz-allen-maven-licenses
run: mvn dependency:resolve --file pom.xml -Dhabushu.usePyenv=false
# run: mvn -B install --file pom.xml -Dhabushu.usePyenv=false
# run: mvn dependency:resolve --file pom.xml -Dhabushu.usePyenv=false
run: mvn -B install --file pom.xml -Dhabushu.usePyenv=false

# # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
# - name: Update dependency graph
Expand Down

0 comments on commit b4eb02e

Please sign in to comment.