mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 16:39:55 +00:00
try with sh
This commit is contained in:
parent
53c4aab6af
commit
200913f631
2 changed files with 2 additions and 2 deletions
|
@ -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 a new issue