mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +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
|
- ls -la
|
||||||
- cd api_tests/
|
- cd api_tests/
|
||||||
- ls -la
|
- ls -la
|
||||||
- bash prepare-drone-federation-test.sh
|
- sh prepare-drone-federation-test.sh
|
||||||
- yarn
|
- yarn
|
||||||
- yarn api-test
|
- yarn api-test
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
export LEMMY_JWT_SECRET=changeme
|
export LEMMY_JWT_SECRET=changeme
|
||||||
|
|
Loading…
Reference in a new issue