Compare commits

...

3 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
ducoterra
5b9e568d54 fix postgres password 2020-06-08 21:02:25 -04:00
ducoterra
eafbffce25 add postgres password to env 2020-06-08 20:59:48 -04:00
ducoterra
06c49d551d add postgres service to test 2020-06-08 15:18:29 -04:00

View File

@@ -17,14 +17,18 @@ build:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- echo $DEPLOY
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
test:
stage: test
variables:
POSTGRES_PASSWORD: postgres
only:
variables:
- $CI_COMMIT_TAG
services:
- name: postgres:12
alias: postgres
image:
name: $CI_REGISTRY_IMAGE:$CI_COMMIT_TAG
entrypoint: [""]