mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-29 00:42:34 +00:00
Some clean up.
This commit is contained in:
parent
9418f9e733
commit
23291cc51f
|
@ -68,9 +68,9 @@ steps:
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "$(git describe),latest" > .tags
|
- echo "$(git describe),latest" > .tags
|
||||||
# when:
|
when:
|
||||||
# ref:
|
ref:
|
||||||
# - refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
- name: try to make a build
|
- name: try to make a build
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
Loading…
Reference in a new issue