try with sh

This commit is contained in:
Felix Ableitner 2020-12-10 18:26:50 +01:00
parent 53c4aab6af
commit 200913f631
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e
export LEMMY_JWT_SECRET=changeme