mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
try with sh
This commit is contained in:
parent
53c4aab6af
commit
200913f631
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
export LEMMY_JWT_SECRET=changeme
|
||||
|
Loading…
Reference in New Issue
Block a user