Skip to content

Commit 899cec3

Browse files
authored
Merge pull request #90 from actions/show-bundle-check-output
2 parents b5e22bc + aa6013b commit 899cec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
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)