Skip to content

Commit

Permalink
jenkins: fix shellcheck linter CI (nodejs#3115)
Browse files Browse the repository at this point in the history
Recently released shellcheck 0.9.0 adds a new check:
```
SC2317 (info): Command appears to be unreachable. Check usage (or
ignore if invoked indirectly).
```

Fix the one instance of this that is causing the CI to now fail with
the updated version of shellcheck.

Refs: koalaman/shellcheck@642ad86
  • Loading branch information
richardlau authored Dec 15, 2022
1 parent c35bdd2 commit b606cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jenkins/scripts/select-compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ case $NODE_NAME in
return
;;
esac
return
;;
esac

Expand Down

0 comments on commit b606cd1

Please sign in to comment.