Skip to content

Commit ca60889

Browse files
authored
Add set -e (#2184)
1 parent 73ae585 commit ca60889

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/format/format/update_readme.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
23

34
DESCRIPTION="$(yq '.description' action.yml)"
45
export DESCRIPTION

scripts/super_linter/build/set_path.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
23

34
npm ci
45
tag_name="$(yq '.jobs.build.steps[-1].uses' .github/workflows/super-linter.yml | sed -e 's;/slim@.*;:slim;g')"

src/detect_diff.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
23

34
git add -A
45

src/push.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
23

34
git config user.name "github-actions[bot]"
45
EMAIL="41898282+github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)