mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
Remove set -u on yarn_install.sh to allow it to run on zsh (#1930)
Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#
|
||||
# Usage: yarn_install.sh [optional extra flags]
|
||||
|
||||
set -euo pipefail
|
||||
set -eo pipefail
|
||||
|
||||
SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
|
||||
PROJECT_ROOT=$(cd "$SCRIPT_DIR" && git rev-parse --show-toplevel)
|
||||
|
||||
Reference in New Issue
Block a user