From 5b9e568d54a6e6aa2028fba4bb536841a2349740 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Mon, 8 Jun 2020 21:02:25 -0400 Subject: [PATCH] fix postgres password --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78ce027..a028135 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ variables: CI_PROJECT_DIR: "." CI_REGISTRY_IMAGE: hub.ducoterra.net/ducoterra/button DEPLOY: button - POSTGRES_PASSWORD: postgres stages: - build @@ -22,10 +21,11 @@ build: test: stage: test + variables: + POSTGRES_PASSWORD: postgres only: variables: - $CI_COMMIT_TAG - - POSTGRES_PASSWORD services: - name: postgres:12 alias: postgres