Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error

This commit is contained in:
itzaname 2022-10-29 00:31:01 -04:00
parent bd7c3f00e6
commit f28215ca6a

View File

@ -15,7 +15,7 @@ steps:
from_secret: GIT_PASS from_secret: GIT_PASS
- name: generate - name: generate
image: registry.itzana.me/strafesnet/tools/protobuild:latest image: registry.itzana.me/strafesnet/tools/go-grpc:latest
commands: commands:
- scripts/go-gen.sh - scripts/go-gen.sh
@ -55,7 +55,7 @@ steps:
from_secret: GIT_PASS from_secret: GIT_PASS
- name: generate - name: generate
image: registry.itzana.me/strafesnet/tools/protobuild:latest image: registry.itzana.me/strafesnet/tools/python-grpc:latest
commands: commands:
- scripts/python-gen.sh - scripts/python-gen.sh