try alpine/git image
This commit is contained in:
parent
d32e41a2f3
commit
82403d7b51
|
@ -7,7 +7,7 @@ clone:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Sync upstream to local"
|
- name: "Sync upstream to local"
|
||||||
image: nixery.dev/shell/git/openssh
|
image: alpine/git
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- cron
|
- cron
|
||||||
|
@ -26,7 +26,7 @@ steps:
|
||||||
- git push origin devos
|
- git push origin devos
|
||||||
|
|
||||||
- name: "Sync core with upstream"
|
- name: "Sync core with upstream"
|
||||||
image: nixery.dev/shell/git/openssh
|
image: alpine/git
|
||||||
when:
|
when:
|
||||||
status:
|
status:
|
||||||
- success
|
- success
|
||||||
|
|
Loading…
Reference in a new issue