Skip to content

Commit

Permalink
fix: masks shells
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Jun 11, 2024
1 parent 6cdcb0d commit 7116c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
PAPERSPACE_API_KEY: ${{secrets.PAPERSPACE_API_KEY}}
defaults:
run:
shell: bash --noprofile --norc -exo pipefail {0}
shell: bash --noprofile --norc -eo pipefail {0}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
Expand Down

0 comments on commit 7116c69

Please sign in to comment.