Compare commits

..

1 Commits

Author SHA1 Message Date
3b8af798d4 New more targeted images
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-10-29 00:44:54 -04:00

View File

@ -27,8 +27,10 @@ steps:
- '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
environment:
GIT_USER: ${DRONE_GIT_USERNAME}
GIT_PASS: ${DRONE_GIT_PASSWORD}
GIT_USER:
from_secret: GIT_USER
GIT_PASS:
from_secret: GIT_PASS
trigger:
ref:
@ -53,7 +55,7 @@ steps:
from_secret: GIT_PASS
- name: generate
image: registry.itzana.me/strafesnet/tools/python-grpc:latest
image: registry.itzana.me/strafesnet/tools/grpc-python:latest
commands:
- scripts/python-gen.sh
@ -63,11 +65,12 @@ steps:
- cd python-grpc
- git add *
- 'git commit -m "Autogenerated update for ${DRONE_COMMIT_LINK}" || true'
- echo "-- $GIT_USER --"
- git push https://$GIT_USER:$GIT_PASS@git.itzana.me/StrafesNET/python-grpc.git --all
environment:
GIT_USER: ${DRONE_GIT_USERNAME}
GIT_PASS: ${DRONE_GIT_PASSWORD}
GIT_USER:
from_secret: GIT_USER
GIT_PASS:
from_secret: GIT_PASS
trigger:
ref: