Skip to content
Snippets Groups Projects
Commit a9b4947f authored by Ilia Eriomenco's avatar Ilia Eriomenco
Browse files

ci: updated host in eLife pipeline script template

parent 6f825500
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,8 @@ lint:
- cd ${HOME}
- apt-get -y install postgresql-client
# this is needed for pgboss initial setup
- psql -h postgres -U kotahidev -d kotahidev -c "create extension pgcrypto;"
- docker ps
- psql -h localhost -U kotahidev -d kotahidev -c "create extension pgcrypto;"
# use the example env for tests
- cp .env.example .env
# specify host here else it confuses the linked postgres image
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment