Ignore commit failure
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
itzaname 2022-07-17 02:28:37 -04:00
parent 68716a33c9
commit e40204fc1c

View File

@ -24,7 +24,7 @@ steps:
commands:
- cd go-grpc
- git add *
- 'git commit -m "Autogenerated update for ${DRONE_COMMIT_LINK}"' || true
- '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: