Closed jdahm closed 1 year ago
Fix push_docs by ignoring error if there is nothing to commit.
I checked and git push returns 0 if there is nothing to push, so this should be all that is needed to avoid the test "failure".
git push
launch jenkins
Purpose
Fix push_docs by ignoring error if there is nothing to commit.
I checked and
git push
returns 0 if there is nothing to push, so this should be all that is needed to avoid the test "failure".