Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 5231f92

Browse files
author
Michael Lehenbauer
committed
Add jekyll check to release.sh since it will be needed eventually.
1 parent 6db728f commit 5231f92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ if [[ ! ($release_type == "patch" || $release_type == "minor" || $release_type =
3131
fi
3232

3333
which hub &> /dev/null || exit_on_error "Missing hub command. https://github.com/github/hub#installation"
34+
which jekyll &> /dev/null || exit_on_error "Missing jekyll, needed fire firepad.io deploy. See https://github.com/FirebaseExtended/firepad/blob/gh-pages/README.md"
3435

3536
branch_name="$(git symbolic-ref HEAD 2>/dev/null)" ||
3637
branch_name="(unnamed branch)" # detached HEAD

0 commit comments

Comments
 (0)