]> Untitled Git - lemmy-ui.git/commitdiff
Some clean up.
authorDessalines <tyhou13@gmx.com>
Mon, 4 Jan 2021 16:40:16 +0000 (11:40 -0500)
committerDessalines <tyhou13@gmx.com>
Mon, 4 Jan 2021 16:40:16 +0000 (11:40 -0500)
.drone.yml

index 5f6f592fd13c15d39e03452dc7da61a0ea0e2e37..af41391e8b6c05d05b9e42a327eb624d1c57d5a8 100644 (file)
@@ -68,9 +68,9 @@ steps:
     image: node:14-alpine
     commands:
       - echo "$(git describe),latest" > .tags
-    when:
-      ref:
-        - refs/tags/*
+    when:
+      ref:
+        - refs/tags/*
 
   - name: try to make a build
     image: plugins/docker