Commit 6ea01857 by Francisco Giordano

update transpile task to print message when there is nothing to push

parent de464750
...@@ -14,5 +14,5 @@ git checkout --orphan master ...@@ -14,5 +14,5 @@ git checkout --orphan master
git reset --soft origin/master git reset --soft origin/master
if ! git diff --cached --quiet; then if ! git diff --cached --quiet; then
git commit -m "Transpile $COMMIT" git commit -m "Transpile $COMMIT"
git push origin master
fi fi
git push origin master
Markdown is supported
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