Skip to content

Commit 95abf43

Browse files
committed
update CIs to work on the cern gitlab
1 parent 5aea681 commit 95abf43

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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'
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"

test-image/.gitlab-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
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'
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"

0 commit comments

Comments
 (0)