This is an automated email from the ASF dual-hosted git repository.

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f39c054a76 Fix GHA workflow bugs (#15209)
1f39c054a76 is described below

commit 1f39c054a768098c3bebb0b6d48f885e8861d0da
Author: Tejaswini Bandlamudi <[email protected]>
AuthorDate: Thu Oct 19 17:11:36 2023 +0530

    Fix GHA workflow bugs (#15209)
---
 .github/workflows/reusable-revised-its.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/reusable-revised-its.yml 
b/.github/workflows/reusable-revised-its.yml
index 4558c343437..8f6e99b13ea 100644
--- a/.github/workflows/reusable-revised-its.yml
+++ b/.github/workflows/reusable-revised-its.yml
@@ -158,7 +158,7 @@ jobs:
       - name: Collect service logs on failure
         if: ${{ failure() && steps.run-it.conclusion == 'failure' }}
         run: |
-          tar cvzf ./service-logs.tgz ~/shared/logs
+          tar cvzf ./service-logs.tgz integration-tests-ex/cases/target/${{ 
inputs.it }}/logs
 
       - name: Upload Druid service logs to GitHub
         if: ${{ failure() && steps.run-it.conclusion == 'failure' }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to