Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Test build without the maven cache line #175

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Print githash
working-directory: obr
Expand Down Expand Up @@ -227,7 +226,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Make secrets directory
run : |
Expand Down Expand Up @@ -387,7 +385,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Make secrets directory
run : |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Print githash
working-directory: obr
Expand Down Expand Up @@ -188,7 +187,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Make secrets directory
run : |
Expand Down Expand Up @@ -314,7 +312,6 @@ jobs:
with:
java-version: '17'
distribution: 'semeru'
cache: maven

- name: Build Galasa OBR generic pom.xml with maven
working-directory: ${{ github.workspace }}/obr/obr-generic
Expand Down