Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b9e568d54 | ||
|
|
eafbffce25 | ||
|
|
06c49d551d |
@@ -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: [""]
|
||||
|
||||
Reference in New Issue
Block a user