Skip to content

Commit

Permalink
chore(ci): use "archive.targz_pack" command to archive e2e logs (#6316)
Browse files Browse the repository at this point in the history
Use "archive.targz_pack" command to archive e2e logs
  • Loading branch information
kraenhansen authored Oct 2, 2024
1 parent 7424a4e commit b5efca6
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 b5efca6

Please sign in to comment.