From: Felix Ableitner <me@nutomic.com>
Date: Thu, 10 Dec 2020 17:22:47 +0000 (+0100)
Subject: execute with bash
X-Git-Url: http://these/git/%22https:/lemmy.ml/u/Liwott/%24%7Bsubmission.url%7D?a=commitdiff_plain;h=53c4aab6af309170ecf3caedab6a4a3afab61456;p=lemmy.git

execute with bash
---

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