Skip to content
Snippets Groups Projects
Commit 0000260c authored by Carl Delsey's avatar Carl Delsey
Browse files

sh can't handle end of line comments like this it seems.

parent 073b0075
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ publish:
cp scripts/.nojekyll $(PUBLISHDIR)/.nojekyll
cd $(PUBLISHDIR) && \
git add -A && \
git diff-index --quiet HEAD || \ #if no changes, don't commit.
git diff-index --quiet HEAD || \
(git commit -s -m "[skip ci] publish $(RELEASE)" && git push origin)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment