mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +00:00
fix command
This commit is contained in:
parent
e849b22d3c
commit
048ada462b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ steps:
|
||||||
image: ekidd/rust-musl-builder:experimental-stable
|
image: ekidd/rust-musl-builder:experimental-stable
|
||||||
user: root
|
user: root
|
||||||
commands:
|
commands:
|
||||||
- "$(git describe),latest" > .tags
|
- echo "$(git describe),latest" > .tags
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
Loading…
Reference in a new issue