Skip to content

Commit

Permalink
ignore failed commit in publish step when no changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Apr 15, 2019
1 parent 27e5e78 commit 36b9915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks
Expand Up @@ -131,7 +131,7 @@ case "${command}" in
done
cp -r ../src/public/* .
git add .
git commit -m "generated from git ref: ${git_ref}"
git commit -m "generated from git ref: ${git_ref}" || true
git push
exit $?
;;
Expand Down

0 comments on commit 36b9915

Please sign in to comment.