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 11include :
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'
44 - project : ' https://gitlab.cern.ch/mfatouro/unpack-to-cvmfs'
55 file : ' test-image/.gitlab-ci.yml'
66
@@ -22,8 +22,6 @@ build_and_push_unpack-api:
2222 - if : $CI_PIPELINE_SOURCE == "push"
2323 changes :
2424 - unpack-api/**/*
25- tags : # overrides the tags of .build_kaniko
26- - docker
2725 variables :
2826 REGISTRY_IMAGE_PATH : " ${IMAGE_UNPACK_API}"
2927 PUSH_IMAGE : " true"
Original file line number Diff line number Diff line change 11include :
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'
43 - project : ' mfatouro/unpack-to-cvmfs'
54 file : ' unpack-api.gitlab-ci.yml'
65
@@ -19,8 +18,6 @@ build_and_push_test-image:
1918 extends : .build_kaniko
2019 rules :
2120 - if : $CI_PIPELINE_SOURCE == "push"
22- tags : # overrides the tags of .build_kaniko
23- - docker
2421 variables :
2522 REGISTRY_IMAGE_PATH : " ${IMAGE_TEST_IMAGE}"
2623 PUSH_IMAGE : " true"
You can’t perform that action at this time.
0 commit comments