We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa4161 commit bb4c9c1Copy full SHA for bb4c9c1
1 file changed
ci/deploy.sh
@@ -28,7 +28,7 @@ if [ "${TRAVIS}" == "true" ]; then
28
test git config user.name "BlueRobotics-CI"
29
fi
30
31
-test git commit -m "update autogenerated files for $(git rev-parse HEAD@{2})"
+git commit -m "update autogenerated files for $(git rev-parse HEAD@{2})" || return 0
32
33
# deploy
34
if [ ! -z ${TRAVIS_PULL_REQUEST} ] && [ ${TRAVIS_PULL_REQUEST} == "false" ]; then
0 commit comments