Skip to content
Snippets Groups Projects
Commit 800372af authored by Bruno Burke's avatar Bruno Burke :hamburger:
Browse files

merge variables sections

parent 87417bbc
No related branches found
No related tags found
1 merge request!1Draft: Migration
Pipeline #60872 failed
......@@ -3,12 +3,6 @@ image: clojure:lein-2.7.1-alpine
services:
- postgres:12.2-alpine
variables:
POSTGRES_DB: docstorage
POSTGRES_USER: dbuser
POSTGRES_PASSWORD: dbpassword
POSTGRES_HOST_AUTH_METHOD: trust
stages:
- build
- test
......@@ -18,6 +12,10 @@ variables:
CONTAINER_TEST_IMAGE: registry.gitlab.com/lehrmeister/document-storage:$CI_COMMIT_REF_NAME
CONTAINER_RELEASE_IMAGE: registry.gitlab.com/lehrmeister/document-storage:latest
LEIN_SNAPSHOTS_IN_RELEASE: "TRUE"
POSTGRES_DB: docstorage
POSTGRES_USER: dbuser
POSTGRES_PASSWORD: dbpassword
POSTGRES_HOST_AUTH_METHOD: trust
build:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment