mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-01-23 10:25:49 +00:00
fetch git submodules.
This commit is contained in:
parent
f8a05ea0f0
commit
02f1e55354
1 changed files with 14 additions and 6 deletions
20
.drone.yml
20
.drone.yml
|
@ -57,13 +57,12 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: create docker tags
|
- name: fetch git submodules
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "$(git describe),latest" > .tags
|
- apk add git
|
||||||
when:
|
- git submodule init
|
||||||
ref:
|
- git submodule update --recursive --remote
|
||||||
- refs/tags/*
|
|
||||||
|
|
||||||
- name: try to make a build
|
- name: try to make a build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
@ -72,4 +71,13 @@ steps:
|
||||||
repo: dessalines/lemmy-ui
|
repo: dessalines/lemmy-ui
|
||||||
#when:
|
#when:
|
||||||
# ref:
|
# ref:
|
||||||
# - refs/tags/*
|
# - refs/tags/*
|
||||||
|
|
||||||
|
- name: create docker tags
|
||||||
|
image: node:14-alpine
|
||||||
|
commands:
|
||||||
|
- echo "$(git describe),latest" > .tags
|
||||||
|
when:
|
||||||
|
ref:
|
||||||
|
- refs/tags/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue