Skip to content

Commit fcea41c

Browse files
authored
Merge pull request #897 from python-gitlab/refactor/remove-obsolete-image
refactor: remove obsolete test image
2 parents 214f7ef + a14c02e commit fcea41c

File tree

2 files changed

+0
-45
lines changed

2 files changed

+0
-45
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,6 @@ image: python:3.7
33
stages:
44
- deploy
55

6-
build_test_image:
7-
stage: deploy
8-
image:
9-
name: gcr.io/kaniko-project/executor:debug
10-
entrypoint: [""]
11-
script:
12-
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
13-
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/tools/Dockerfile-test --destination $CI_REGISTRY_IMAGE:test
14-
only:
15-
- tags
16-
176
deploy:
187
stage: deploy
198
script:

tools/Dockerfile-test

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)