Add docker-cli e2e tests
This commit is contained in:
parent
f3ac04f799
commit
86f418a288
3 changed files with 68 additions and 4 deletions
|
@ -124,6 +124,7 @@ function(vars={})
|
|||
POSTGRES_USER: "quay",
|
||||
SKIP_DB_SCHEMA: 'true',
|
||||
TEST_DATABASE_URI: self['DB_URI'],
|
||||
QUAY_OVERRIDE_CONFIG: '' + {"SERVER_HOSTNAME": "localhost:80"},
|
||||
DB_URI: 'postgresql://quay:quay@localhost/quay'
|
||||
},
|
||||
},
|
||||
|
|
Reference in a new issue