mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-10 02:15:11 +00:00
Dont fetch on ARM CI except for tags
This commit is contained in:
parent
e02075d52d
commit
c79f10688e
|
@ -78,6 +78,9 @@ steps:
|
|||
- apk add git
|
||||
- git submodule init
|
||||
- git submodule update --recursive --remote
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/*
|
||||
|
||||
- name: make release build and push to docker hub
|
||||
image: plugins/docker
|
||||
|
|
Loading…
Reference in a new issue