From 53c4aab6af309170ecf3caedab6a4a3afab61456 Mon Sep 17 00:00:00 2001
From: Felix Ableitner <me@nutomic.com>
Date: Thu, 10 Dec 2020 18:22:47 +0100
Subject: [PATCH] execute with bash

---
 .drone.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.drone.yml b/.drone.yml
index 0723e4b4..923a5c76 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -75,6 +75,10 @@ steps:
         path: /dieselcli
     commands:
       - cargo build
+    # just to disable this temporarily
+    when:
+      ref:
+        - refs/tags/*
 
   - name: run federation tests
     image: node:15-alpine3.12
@@ -83,7 +87,7 @@ steps:
       - ls -la
       - cd api_tests/
       - ls -la
-      - ./prepare-drone-federation-test.sh
+      - bash prepare-drone-federation-test.sh
       - yarn
       - yarn api-test
 
-- 
2.44.1