diff options
| author | Max Wittig <max.wittig@siemens.com> | 2019-10-06 17:36:45 +0200 |
|---|---|---|
| committer | Max Wittig <max.wittig@siemens.com> | 2019-10-06 17:38:21 +0200 |
| commit | a14c02ef85bd4d273b8c7f0f6bd07680c91955fa (patch) | |
| tree | a5eff2d4094fa62ddfab97856e7703108b41a83a /.gitlab-ci.yml | |
| parent | d7d2260945994a9e73fe3f7f9328f3ec9d9c54d4 (diff) | |
| download | gitlab-a14c02ef85bd4d273b8c7f0f6bd07680c91955fa.tar.gz | |
refactor: remove obsolete test image
Follow up of #896
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 13556d3..3582693 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,17 +3,6 @@ image: python:3.7 stages: - deploy -build_test_image: - stage: deploy - image: - name: gcr.io/kaniko-project/executor:debug - entrypoint: [""] - script: - - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json - - /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/tools/Dockerfile-test --destination $CI_REGISTRY_IMAGE:test - only: - - tags - deploy: stage: deploy script: |
