ai2cm / pace

Implementation of the FV3GFS / SHiELD atmospheric model in Python
https://ai2cm.github.io/pace/
Apache License 2.0
37 stars 12 forks source link

Ignore error if nothing to commit #396

Closed jdahm closed 1 year ago

jdahm commented 1 year ago

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".

FlorianDeconinck commented 1 year ago

launch jenkins