diff options
| author | jfriedli | 2019-09-24 10:59:00 -0700 |
|---|---|---|
| committer | jfriedli | 2019-09-24 10:59:00 -0700 |
| commit | d9d4ebf3a24db79e6d193a27187c2cde067c89e2 (patch) | |
| tree | 4af1b02945c39037ee5e113a96334490121b2ddb /.gitlab-ci.yml | |
| parent | 5570b38f6cd0581d1fc1676428d702759a091a4d (diff) | |
Resolve "Delete Files After Adding To Zip"
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 481d32a..b7e2440 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | image: debian:testing | 1 | image: debian:testing |
| 2 | 2 | ||
| 3 | stages: | 3 | stages: |
| 4 | - build | ||
| 5 | - linting | 4 | - linting |
| 6 | - test | 5 | - test |
| 6 | - build_container | ||
| 7 | 7 | ||
| 8 | variables: | 8 | variables: |
| 9 | CONTAINER_TEST_IMAGE: registry.0xacab.org/jvoisin/mat2-web:$CI_BUILD_REF_NAME | 9 | CONTAINER_TEST_IMAGE: registry.0xacab.org/jvoisin/mat2-web:$CI_BUILD_REF_NAME |
| @@ -35,7 +35,7 @@ tests:debian: | |||
| 35 | - python3-coverage report -m | 35 | - python3-coverage report -m |
| 36 | 36 | ||
| 37 | build-docker: | 37 | build-docker: |
| 38 | stage: build | 38 | stage: build_container |
| 39 | image: | 39 | image: |
| 40 | name: gcr.io/kaniko-project/executor:debug | 40 | name: gcr.io/kaniko-project/executor:debug |
| 41 | entrypoint: [""] | 41 | entrypoint: [""] |
