Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb-backend-go
Commits
5faa768b
Commit
5faa768b
authored
Mar 20, 2020
by
Sonja Happ
Browse files
CI: fix AMQP ENV variables
parent
d29a8f30
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5faa768b
...
...
@@ -11,7 +11,9 @@ variables:
POSTGRES_HOST
:
postgres
RABBITMQ_DEFAULT_USER
:
villas
RABBITMQ_DEFAULT_PASS
:
villas
AMQPURL
:
'
amqp://villas:villas@rabbitmq:5672'
AMQP_HOST
:
rabbitmq:5672
AMQP_USER
:
villas
AMQP_PASS
:
villas
PORT
:
4000
GO_IMAGE
:
golang:1.13-buster
...
...
@@ -56,7 +58,6 @@ test:gotest:
DB_HOST
:
${POSTGRES_HOST}
DB_USER
:
${POSTGRES_USER}
DB_PASS
:
${POSTGRES_PASSWORD}
AMQP_URL
:
${AMQPURL}
MODE
:
test
tags
:
-
docker
...
...
@@ -134,7 +135,6 @@ test:healthz:
extends
:
test:database
variables
:
TEST_FOLDER
:
routes/healthz
AMQP_URL
:
${AMQPURL}
# Stage: deploy
##############################################################################
...
...
Write
Preview
Supports
Markdown
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