From 6ff7debbdfb6ba59918c28b324797cb01bfc9cf0 Mon Sep 17 00:00:00 2001
From: Felix Ableitner <me@nutomic.com>
Date: Thu, 10 Dec 2020 18:32:26 +0100
Subject: [PATCH] enable cargo build

---
 .drone.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index 35f83d28..7ce8f4ca 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -75,10 +75,6 @@ steps:
         path: /dieselcli
     commands:
       - cargo build
-    # just to disable this temporarily
-    when:
-      ref:
-        - refs/tags/*
 
   - name: run federation tests
     image: node:15-alpine3.12
-- 
2.44.1