Skip to content

Commit

Permalink
[semver:patch] unset NODE_OPTIONS to prevent exit 4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 1, 2021
1 parent d254270 commit 753b29c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ commands:
- run:
name: Upload Coverage Results
command: |
unset $NODE_OPTIONS # See https://github.com/codecov/uploader/issues/475
source $BASH_ENV
chmod +x $filename
[ -n "<< parameters.file >>" ] && set - "${@}" "-f" "<< parameters.file >>"
Expand Down

0 comments on commit 753b29c

Please sign in to comment.