Skip to content

Commit

Permalink
#2 run clean goal in build to clear docker cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilkins-csi committed May 2, 2024
1 parent 9353300 commit ec1c9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
chmod 700 get_helm.sh
./get_helm.sh
- name: Build aiSSEMBLE
run: mvn -B install --file pom.xml -Dhabushu.usePyenv=false -Pci
run: mvn -B clean install --file pom.xml -Dhabushu.usePyenv=false -Pci

# # 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 ec1c9eb

Please sign in to comment.