Skip to content

Commit

Permalink
Fix warning about the set -o pipefail option being Bash-specific
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
HowardBraham and Gudahtt authored Apr 22, 2023
1 parent 4267a92 commit 596ca0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ aliases:
- &shallow-git-clone
name: Shallow Git Clone
command: |
#!/bin/sh
#!/bin/bash
set -e
set -u
set -o pipefail
Expand Down

0 comments on commit 596ca0c

Please sign in to comment.