Skip to content

Commit

Permalink
ci: try echoing cached commit ref
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgee authored Nov 19, 2020
1 parent f444897 commit 1260a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

# Default build command.
command = "yarn docs:build"
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs/ CHANGELOG.md"
ignore = "echo $CACHED_COMMIT_REF && git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF docs/ CHANGELOG.md"

0 comments on commit 1260a68

Please sign in to comment.