Skip to content

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
anhoder committed Mar 24, 2023
1 parent ba603fd commit 180bfe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/scoop_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ set -o pipefail

ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"

GITHUB_REF=${GITHUB_REF:-""}

if [[ -z "$GITHUB_REF" ]]; then
echo "GITHUB_REF is empty"
exit -1
Expand Down

0 comments on commit 180bfe2

Please sign in to comment.