Skip to content

Commit

Permalink
chore: remove log export
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Feb 2, 2024
1 parent c80fad7 commit 12e79bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
4 changes: 0 additions & 4 deletions ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ else
fi

exit_code=$?;
if [ "$EXPORT_LOGS" = true ]; then
node export-logs.js
fi

if [ $exit_code != 0 ] && [ "$REPORT_STATUS" = true ]; then
node report-exit.js;
fi
49 changes: 0 additions & 49 deletions ci/export-logs.js

This file was deleted.

0 comments on commit 12e79bb

Please sign in to comment.