Trying again.
This commit is contained in:
parent
1607930d07
commit
6cc148f6a6
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ls -la target/lemmy_server
|
- ls -la target/lemmy_server
|
||||||
# - apk add bash curl postgresql-client
|
# - apk add bash curl postgresql-client
|
||||||
- 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 postgresql-contrib
|
||||||
- bash api_tests/prepare-drone-federation-test.sh
|
- bash api_tests/prepare-drone-federation-test.sh
|
||||||
- cd api_tests/
|
- cd api_tests/
|
||||||
- yarn
|
- yarn
|
||||||
|
|
Loading…
Reference in a new issue