Don't need to generate keys during testing
This commit is contained in:
parent
83c14adeec
commit
ef2209c066
1 changed files with 0 additions and 2 deletions
|
@ -7,6 +7,4 @@ go: 1.4
|
|||
|
||||
before_script:
|
||||
- psql -c 'CREATE DATABASE bactdbtest;' -U postgres
|
||||
- openssl genrsa -out keys/app.rsa 2048
|
||||
- openssl rsa -in keys/app.rsa -pubout > keys/app.rsa.pub
|
||||
|
||||
|
|
Reference in a new issue