Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simone Rossi
main
Commits
5c2d8ffe
Commit
5c2d8ffe
authored
Feb 23, 2018
by
Daniele Venzano
Browse files
Remove auth-type option from tests
parent
a21b112d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5c2d8ffe
...
...
@@ -11,7 +11,7 @@ variables:
POSTGRES_USER
:
zoeuser
POSTGRES_PASSWORD
:
zoepass
ZOE_TEST_IMAGE
:
zoe-test:$CI_PIPELINE_ID
ZOE_COMMON_OPTIONS
:
--debug --deployment-name test${CI_BUILD_REF} --dbuser ${POSTGRES_USER} --dbhost postgres --dbport 5432 --dbname ${POSTGRES_DB} --dbpass ${POSTGRES_PASSWORD} --master-url tcp://localhost:4850
--auth-type text
--listen-port 5100 --workspace-base-path /tmp
ZOE_COMMON_OPTIONS
:
--debug --deployment-name test${CI_BUILD_REF} --dbuser ${POSTGRES_USER} --dbhost postgres --dbport 5432 --dbname ${POSTGRES_DB} --dbpass ${POSTGRES_PASSWORD} --master-url tcp://localhost:4850 --listen-port 5100 --workspace-base-path /tmp
cache
:
paths
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment