Trying again.

This commit is contained in:
Dessalines 2020-12-17 16:00:51 -05:00
parent 1a4e2f4770
commit 1607930d07

View file

@ -70,7 +70,7 @@ steps:
commands:
- ls -la target/lemmy_server
# - apk add bash curl postgresql-client
- run apt-get update && apt-get install -y postgresql-9.3 postgresql-client-9.3 postgresql-contrib-9.3
- apt-get update && apt-get install -y postgresql-9.3 postgresql-client-9.3 postgresql-contrib-9.3
- bash api_tests/prepare-drone-federation-test.sh
- cd api_tests/
- yarn