Ignore commit failure

This commit is contained in:
itzaname 2022-07-17 02:28:13 -04:00
parent 5a946b9743
commit 68716a33c9

View File

@ -24,7 +24,7 @@ steps:
commands:
- cd go-grpc
- git add *
- 'git commit -m "Autogenerated update for ${DRONE_COMMIT_LINK}"'
- 'git commit -m "Autogenerated update for ${DRONE_COMMIT_LINK}"' || true
- git push 'https://${GIT_USER}:${GIT_PASS}@git.itzana.me/StrafesNET/go-grpc.git' --all
trigger: