Skip to content
Snippets Groups Projects
Commit 25e6285f authored by Lukas Braun's avatar Lukas Braun
Browse files

fixup! Install postgresql for createdb

parent 4df0283e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -14,7 +14,7 @@ before_script:
- export PGHOST=postgres PGUSER=$POSTGRES_USER PGPASSWORD=$POSTGRES_PASSWORD PGSSLMODE=disable
- export DB_URL="host=postgres user=$POSTGRES_USER password=$POSTGRES_PASSWORD sslmode=disable"
- apt update
- apt install --yes libpam0g-dev libgnutls28-dev libpam-wrapper pamtester oathtool postgresql
- apt install --yes libpam0g-dev libgnutls28-dev libpam-wrapper pamtester oathtool postgresql xxd
go1.8:
image: golang:1.8-stretch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment