mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2024-11-29 00:24:14 +01:00
Debug travis.
This commit is contained in:
parent
39f79cdef2
commit
9c08fbc155
@ -12,6 +12,7 @@ if [ "x$DB" = "xmysql" ]; then
|
||||
elif [ "x$DB" = "xpgsql" ]; then
|
||||
dbuser=postgres
|
||||
|
||||
ps auxww # list processes to debug travis
|
||||
psql -U $dbuser -c 'create database ykksm;'
|
||||
psql -U $dbuser ykksm < ykksm-db.sql
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user