mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 16:39:55 +00:00
install bash and curl
This commit is contained in:
parent
200913f631
commit
94d6ceb4df
2 changed files with 4 additions and 5 deletions
|
@ -58,7 +58,7 @@ steps:
|
|||
- name: dieselcli
|
||||
path: /dieselcli
|
||||
commands:
|
||||
- apt-get -y update
|
||||
- apt-get update
|
||||
- apt-get -y install --no-install-recommends espeak postgresql-client
|
||||
- /dieselcli/diesel migration run
|
||||
- cargo test --workspace --no-fail-fast
|
||||
|
@ -82,11 +82,10 @@ steps:
|
|||
|
||||
- name: run federation tests
|
||||
image: node:15-alpine3.12
|
||||
user: root
|
||||
commands:
|
||||
- ls -la
|
||||
- apt-get update
|
||||
- apt-get -y install --no-install-recommends bash curl
|
||||
- cd api_tests/
|
||||
- ls -la
|
||||
- sh prepare-drone-federation-test.sh
|
||||
- yarn
|
||||
- yarn api-test
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
export LEMMY_JWT_SECRET=changeme
|
||||
|
|
Loading…
Reference in a new issue