Fix config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
itzaname 2022-07-23 02:28:09 -04:00
parent 8355104104
commit 59c73e7703

View File

@ -23,7 +23,7 @@ steps:
image: alpine/git
commands:
- cd go-grpc
- mkdir -p .ssh && echo '${GIT_KEY'} > .ssh/id_rsa
- mkdir -p .ssh && echo '${GIT_KEY}' > .ssh/id_rsa
- git add *
- 'git commit -m "Autogenerated update for ${DRONE_COMMIT_LINK}" || true'
- git push git@git.itzana.me:StrafesNET/go-grpc.git --all
@ -59,7 +59,7 @@ steps:
image: alpine/git
commands:
- cd python-grpc
- mkdir -p .ssh && echo '${GIT_KEY'} > .ssh/id_rsa
- mkdir -p .ssh && echo '${GIT_KEY}' > .ssh/id_rsa
- git add *
- 'git commit -m "Autogenerated update for ${DRONE_COMMIT_LINK}" || true'
- git push git@git.itzana.me:StrafesNET/python-grpc.git --all