Skip to content

Commit

Permalink
#2 update add build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed May 28, 2024
1 parent 9949940 commit 87e612c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,10 @@ jobs:
# curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
# chmod 700 get_helm.sh
# ./get_helm.sh
- name: Check User
run: whoami; docker info;
- name: Build aiSSEMBLE
run: ./mvnw -B clean install --file pom.xml -Dhabushu.usePyenv=false -Pci
#NB: The following two explicit cache saves are necessary to ensure caches are saved on build failure, until
# https://github.com/actions/cache/issues/1315 is resolved
# - name: Build aiSSEMBLE
# run: ./mvnw -B clean install --file pom.xml -Dhabushu.usePyenv=false -Pci
# #NB: The following two explicit cache saves are necessary to ensure caches are saved on build failure, until
# # https://github.com/actions/cache/issues/1315 is resolved
- name: Save m2 repository cache
id: save-m2-repo
uses: actions/cache/save@v4
Expand Down

0 comments on commit 87e612c

Please sign in to comment.