Skip to content

Commit aa6013b

Browse files
authored
Show the bundle check output
Fixes #79
1 parent b5e22bc commit aa6013b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PAGES_GEM_HOME=$BUNDLE_APP_CONFIG
1414
GITHUB_PAGES_BIN=$PAGES_GEM_HOME/bin/github-pages
1515

1616
# Check if Gemfile's dependencies are satisfied or print a warning
17-
if test -e "$SOURCE_DIRECTORY/Gemfile" && ! bundle check --dry-run --gemfile "$SOURCE_DIRECTORY/Gemfile" >/dev/null 2>&1; then
17+
if test -e "$SOURCE_DIRECTORY/Gemfile" && ! bundle check --dry-run --gemfile "$SOURCE_DIRECTORY/Gemfile"; then
1818
echo "::warning:: github-pages can't satisfy your Gemfile's dependencies."
1919
fi
2020

0 commit comments

Comments
 (0)