Skip to content

Commit

Permalink
Cleanup echo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeredit committed Dec 11, 2024
1 parent 13f7971 commit 21c25e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ functions:
script: |
# Archive crash artifacts if they exist and contain crashes
if [ -d "src/fuzz/artifacts" ] && [ "$(ls -A src/fuzz/artifacts)" ]; then
echo "Crashes found in artifacts directory. Creating archive..."
echo "Creating archive of artifacts..."
tar czf "${PROJECT_DIRECTORY}/crash-artifacts.tar.gz" src/fuzz/artifacts/
else
echo "No crashes found in artifacts directory. Skipping archive creation."
Expand Down

0 comments on commit 21c25e4

Please sign in to comment.