From: Felix Ableitner Date: Thu, 10 Dec 2020 17:05:53 +0000 (+0100) Subject: fix command X-Git-Url: http://these/git/?a=commitdiff_plain;h=048ada462bcb6cb34eb4d53118acdfb06adbeb71;p=lemmy.git fix command --- diff --git a/.drone.yml b/.drone.yml index 733d4356..89001588 100644 --- a/.drone.yml +++ b/.drone.yml @@ -89,7 +89,7 @@ steps: image: ekidd/rust-musl-builder:experimental-stable user: root commands: - - "$(git describe),latest" > .tags + - echo "$(git describe),latest" > .tags when: ref: - refs/tags/*