We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e22bc commit aa6013bCopy full SHA for aa6013b
entrypoint.sh
@@ -14,7 +14,7 @@ PAGES_GEM_HOME=$BUNDLE_APP_CONFIG
14
GITHUB_PAGES_BIN=$PAGES_GEM_HOME/bin/github-pages
15
16
# 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
+if test -e "$SOURCE_DIRECTORY/Gemfile" && ! bundle check --dry-run --gemfile "$SOURCE_DIRECTORY/Gemfile"; then
18
echo "::warning:: github-pages can't satisfy your Gemfile's dependencies."
19
fi
20
0 commit comments