Skip to content

Commit

Permalink
K8s archive logs (#3605)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel authored Dec 3, 2024
1 parent 61c7a3c commit d027bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-lib-injection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:

- name: Compress logs
id: compress_logs
if: always() && steps.build.outcome == 'success'
if: always()
run: tar -czvf artifact.tar.gz $(ls | grep logs)

- name: Upload artifact
Expand Down

0 comments on commit d027bff

Please sign in to comment.