Skip to content

Commit

Permalink
Revert "Explicitly specify bash shell on run steps"
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Apr 4, 2022
1 parent 9f87db2 commit f3ee9e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
test-codecov-orb-windows:
executor:
name: win/default
shell: bash.exe
steps:
- checkout
- attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
## Latest version 3.2.2

[![codecov.io](https://codecov.io/github/codecov/codecov-circleci-orb/coverage.svg?branch=master)](https://codecov.io/github/codecov/codecov-circleci-orb)
[![Circle CI](https://circleci.com/gh/codecov/codecov-circleci-orb.png?style=badge)](https://circleci.com/gh/codecov/codecov-circleci-orb)
[![Circle CI](https://circleci.com/gh/codecov/codecov-circleci-orb.png?style=badge)](https://circleci.com/gh/codecov/codecov-circleci-orb)
3 changes: 0 additions & 3 deletions src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ commands:
steps:
- run:
name: Download Codecov Uploader
shell: bash
command: |
family=$(uname -s | tr '[:upper:]' '[:lower:]')
os="windows"
Expand All @@ -69,7 +68,6 @@ commands:
steps:
- run:
name: Validate Codecov Uploader
shell: bash
command: |
source $BASH_ENV
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
Expand All @@ -79,7 +77,6 @@ commands:
shasum -a 256 -c $filename.SHA256SUM || sha256sum -c $filename.SHA256SUM
- run:
name: Upload Coverage Results
shell: bash
command: |
unset NODE_OPTIONS # See https://github.com/codecov/uploader/issues/475
source $BASH_ENV
Expand Down

0 comments on commit f3ee9e5

Please sign in to comment.