This commit is contained in:
parent
0d49196ce0
commit
dd02b3202f
@ -7,7 +7,7 @@ steps:
|
|||||||
- name: clone-external
|
- name: clone-external
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
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:
|
environment:
|
||||||
GIT_USER:
|
GIT_USER:
|
||||||
from_secret: GIT_USER
|
from_secret: GIT_USER
|
||||||
@ -25,7 +25,7 @@ steps:
|
|||||||
- cd go-grpc
|
- cd go-grpc
|
||||||
- git add *
|
- 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
|
- git push https://$GIT_USER:$GIT_PASS@git.itzana.me/StrafesNET/go-grpc.git --all
|
||||||
environment:
|
environment:
|
||||||
GIT_USER:
|
GIT_USER:
|
||||||
from_secret: GIT_USER
|
from_secret: GIT_USER
|
||||||
@ -47,7 +47,7 @@ steps:
|
|||||||
- name: clone-external
|
- name: clone-external
|
||||||
image: alpine/git
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git clone 'https://${GIT_USER}:${GIT_PASS}@git.itzana.me/StrafesNET/python-grpc.git'
|
- git clone https://$GIT_USER:$GIT_PASS@git.itzana.me/StrafesNET/python-grpc.git
|
||||||
environment:
|
environment:
|
||||||
GIT_USER:
|
GIT_USER:
|
||||||
from_secret: GIT_USER
|
from_secret: GIT_USER
|
||||||
@ -65,7 +65,7 @@ steps:
|
|||||||
- cd python-grpc
|
- cd python-grpc
|
||||||
- git add *
|
- 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/python-grpc.git' --all
|
- git push https://$GIT_USER:$GIT_PASS@git.itzana.me/StrafesNET/python-grpc.git --all
|
||||||
environment:
|
environment:
|
||||||
GIT_USER:
|
GIT_USER:
|
||||||
from_secret: GIT_USER
|
from_secret: GIT_USER
|
||||||
|
Loading…
Reference in New Issue
Block a user