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