Skip to content

Commit

Permalink
made required changes
Browse files Browse the repository at this point in the history
Signed-off-by: dhruv <[email protected]>
  • Loading branch information
jaydee029 committed Aug 22, 2024
1 parent 9d92bb0 commit 1e51ec8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
-Dgalasa.skip.deploytestcatalog=true \
-Dgalasa.skip.bundletestcatalog=false \
--batch-mode --errors --fail-at-end \
--settings ${{github.workspace}}/settings.xml 2>&1 | maven-build.log
--settings ${{github.workspace}}/settings.xml 2>&1 | tee maven-build.log
- name: Upload Maven Build Log
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
-Dgalasa.skip.deploytestcatalog=true \
-Dgalasa.skip.bundletestcatalog=false \
--batch-mode --errors --fail-at-end \
--settings ${{github.workspace}}/settings.xml 2>&1 | maven-build.log
--settings ${{github.workspace}}/settings.xml 2>&1 | tee maven-build.log
- name: Upload Maven Build Log
if: failure()
Expand Down

0 comments on commit 1e51ec8

Please sign in to comment.