Skip to content

Commit

Permalink
Fix isolated.tar build step
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
  • Loading branch information
jadecarino committed Sep 17, 2024
1 parent 6925e24 commit a0c6dbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,8 @@ jobs:
tags: ${{ steps.metadata-galasa-isolated-tar.outputs.tags }}
labels: ${{ steps.metadata-galasa-isolated-tar.outputs.labels }}
build-args: |
--tarPath
isolated/full/target/isolated/isolated.tar
directory=isolated/full
outputs: type=tar,dest=isolated/full/target/isolated/isolated.tar

- name: Build Isolated zip with maven
working-directory: ./isolated/full
Expand Down Expand Up @@ -571,9 +570,8 @@ jobs:
tags: ${{ steps.metadata-galasa-mvp-tar.outputs.tags }}
labels: ${{ steps.metadata-galasa-mvp-tar.outputs.labels }}
build-args: |
--tarPath
isolated/mvp/target/isolated/isolated.tar
directory=isolated/mvp
outputs: type=tar,dest=isolated/mvp/target/isolated/isolated.tar

- name: Build MVP zip with maven
working-directory: ./isolated/mvp
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,8 @@ jobs:
load: true
tags: galasa-isolated-tar:test
build-args: |
--tarPath
isolated/full/target/isolated/isolated.tar
directory=isolated/full
outputs: type=tar,dest=isolated/full/target/isolated/isolated.tar

- name: Build Isolated zip with maven
working-directory: ./isolated/full
Expand Down Expand Up @@ -514,9 +513,8 @@ jobs:
load: true
tags: galasa-mvp-tar:test
build-args: |
--tarPath
isolated/mvp/target/isolated/isolated.tar
directory=isolated/mvp
outputs: type=tar,dest=isolated/mvp/target/isolated/isolated.tar

- name: Build MVP zip with maven
working-directory: ./isolated/mvp
Expand Down

0 comments on commit a0c6dbd

Please sign in to comment.