fix postgres password
This commit is contained in:
@@ -2,7 +2,6 @@ variables:
|
|||||||
CI_PROJECT_DIR: "."
|
CI_PROJECT_DIR: "."
|
||||||
CI_REGISTRY_IMAGE: hub.ducoterra.net/ducoterra/button
|
CI_REGISTRY_IMAGE: hub.ducoterra.net/ducoterra/button
|
||||||
DEPLOY: button
|
DEPLOY: button
|
||||||
POSTGRES_PASSWORD: postgres
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
@@ -22,10 +21,11 @@ build:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
|
variables:
|
||||||
|
POSTGRES_PASSWORD: postgres
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $CI_COMMIT_TAG
|
- $CI_COMMIT_TAG
|
||||||
- POSTGRES_PASSWORD
|
|
||||||
services:
|
services:
|
||||||
- name: postgres:12
|
- name: postgres:12
|
||||||
alias: postgres
|
alias: postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user