This commit is contained in:
parent
5b56db0e6b
commit
923ec65d2f
@ -7,7 +7,7 @@ steps:
|
||||
- name: clone-external
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git clone https://${GIT_USER}:${GIT_PASS}@git.itzana.me/StrafesNET/go-grpc.git
|
||||
- git clone 'https://${GIT_USER}:${GIT_PASS}@git.itzana.me/StrafesNET/go-grpc.git'
|
||||
environment:
|
||||
GIT_USER:
|
||||
from_secret: GIT_USER
|
||||
@ -25,7 +25,7 @@ steps:
|
||||
- cd go-grpc
|
||||
- git add *
|
||||
- 'git commit -m "GENERATED: ${DRONE_COMMIT_MESSAGE}"'
|
||||
- git push https://${GIT_USER}:${GIT_PASS}@git.itzana.me/StrafesNET/go-grpc.git --all
|
||||
- git push 'https://${GIT_USER}:${GIT_PASS}@git.itzana.me/StrafesNET/go-grpc.git' --all
|
||||
|
||||
trigger:
|
||||
ref:
|
||||
|
Loading…
Reference in New Issue
Block a user