We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756078e commit ca9a72cCopy full SHA for ca9a72c
Makefile
@@ -89,9 +89,9 @@ docs-server:
89
#
90
# Nightly data build process
91
92
-ifeq ($(git --no-pager show -s --format="%aN" HEAD),"ChaiJs Bot")
+ifeq ($(shell git --no-pager show -s --format="%aN" HEAD), ChaiJs Bot)
93
nightly:
94
- @echo "refusing to build nightly, as it just build"
+ @echo "Cowardly refusing to build nightly"
95
else
96
nightly: clean plugins releases api-docs
97
@git config user.name "ChaiJs Bot"
0 commit comments