From 048ada462bcb6cb34eb4d53118acdfb06adbeb71 Mon Sep 17 00:00:00 2001
From: Felix Ableitner <me@nutomic.com>
Date: Thu, 10 Dec 2020 18:05:53 +0100
Subject: [PATCH] fix command

---
 .drone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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/*
-- 
2.44.1