File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
include :
2
- - project : ' https://gitlab.cern.ch/ci-tools/container-image-ci-templates '
3
- file : ' kaniko-image.gitlab-ci.yml'
2
+
3
+ - ' https://gitlab.cern.ch/ci-tools/container-image-ci-templates/raw/master/ kaniko-image.gitlab-ci.yml'
4
4
- project : ' https://gitlab.cern.ch/mfatouro/unpack-to-cvmfs'
5
5
file : ' test-image/.gitlab-ci.yml'
6
6
@@ -22,8 +22,6 @@ build_and_push_unpack-api:
22
22
- if : $CI_PIPELINE_SOURCE == "push"
23
23
changes :
24
24
- unpack-api/**/*
25
- tags : # overrides the tags of .build_kaniko
26
- - docker
27
25
variables :
28
26
REGISTRY_IMAGE_PATH : " ${IMAGE_UNPACK_API}"
29
27
PUSH_IMAGE : " true"
Original file line number Diff line number Diff line change 1
1
include :
2
- - project : ' ci-tools/container-image-ci-templates'
3
- file : ' kaniko-image.gitlab-ci.yml'
2
+ - ' https://gitlab.cern.ch/ci-tools/container-image-ci-templates/raw/master/kaniko-image.gitlab-ci.yml'
4
3
- project : ' mfatouro/unpack-to-cvmfs'
5
4
file : ' unpack-api.gitlab-ci.yml'
6
5
@@ -19,8 +18,6 @@ build_and_push_test-image:
19
18
extends : .build_kaniko
20
19
rules :
21
20
- if : $CI_PIPELINE_SOURCE == "push"
22
- tags : # overrides the tags of .build_kaniko
23
- - docker
24
21
variables :
25
22
REGISTRY_IMAGE_PATH : " ${IMAGE_TEST_IMAGE}"
26
23
PUSH_IMAGE : " true"
You can’t perform that action at this time.
0 commit comments