From 200913f63121cde238345647611008d7bd85f145 Mon Sep 17 00:00:00 2001
From: Felix Ableitner <me@nutomic.com>
Date: Thu, 10 Dec 2020 18:26:50 +0100
Subject: [PATCH] try with sh

---
 .drone.yml                                 | 2 +-
 api_tests/prepare-drone-federation-test.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index 923a5c7666..795b073610 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -87,7 +87,7 @@ steps:
       - ls -la
       - cd api_tests/
       - ls -la
-      - bash prepare-drone-federation-test.sh
+      - sh prepare-drone-federation-test.sh
       - yarn
       - yarn api-test
 
diff --git a/api_tests/prepare-drone-federation-test.sh b/api_tests/prepare-drone-federation-test.sh
index d8f66a12af..18a55006a3 100755
--- a/api_tests/prepare-drone-federation-test.sh
+++ b/api_tests/prepare-drone-federation-test.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 set -e
 
 export LEMMY_JWT_SECRET=changeme