Skip to content

Commit

Permalink
bees
Browse files Browse the repository at this point in the history
  • Loading branch information
fables-tales committed Jun 26, 2023
1 parent 6d9644d commit fece9b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/make_release
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ set -euxo pipefail

# if darwin, add PATH="/usr/local/opt/bison/bin:$PATH"
if [[ $OSTYPE == "darwin"* ]]; then
exit 1
export PATH="/usr/local/opt/bison/bin:$PATH"
fi
bison --version
exit 1

TAG=$(git describe --exact-match HEAD)
RELEASE_DIR=${RELEASE_DIR:-"tmp/releases/${TAG}-$(uname -s)/"}
Expand Down

0 comments on commit fece9b8

Please sign in to comment.