Skip to content

Commit

Permalink
Use "archive.targz_pack" command to archive e2e logs
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Sep 30, 2024
1 parent 171d7d7 commit e377714
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .evergreen/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ variables:

# This is here with the variables because anchors aren't supported across includes
post:
- command: shell.exec
- command: archive.targz_pack
params:
working_dir: src
shell: bash
script: |
tar czf all-e2e-logs.tgz packages/compass-e2e-tests/.log
target: src/all-e2e-logs.tgz
source_dir: src/packages/compass-e2e-tests/.log
include:
- "**"
- command: s3.put
params:
<<: *save-artifact-params-private
Expand Down

0 comments on commit e377714

Please sign in to comment.