From 3a672d2b2dcb14a270e0ceebfc29909bede085c4 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 12 Apr 2022 11:33:01 +0200 Subject: [PATCH] ci: Tweak the references to container image Dockerfiles The relevant repository was now migrated to EF Gitlab so reflect that in the comments mentioning the Dockerfiles. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- .oniro-ci/dco.yaml | 2 +- .oniro-ci/reuse.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.oniro-ci/dco.yaml b/.oniro-ci/dco.yaml index 86327b98..7044cca4 100644 --- a/.oniro-ci/dco.yaml +++ b/.oniro-ci/dco.yaml @@ -49,7 +49,7 @@ interruptible: true # This pipeline relies on a container with the dco-check package pre-installed. # Precise, machine readable description of this container can be found in - # https://booting.oniroproject.org/distro/oniro/-/blob/master/.oniro-ci/containers/dco-check/Dockerfile + # https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/blob/kirkstone/.oniro-ci/containers/dco-check/Dockerfile image: name: registry.ostc-eu.org/ostc/oniro/dco-check:latest script: diff --git a/.oniro-ci/reuse.yaml b/.oniro-ci/reuse.yaml index f8536d3d..68772f7d 100644 --- a/.oniro-ci/reuse.yaml +++ b/.oniro-ci/reuse.yaml @@ -46,7 +46,7 @@ tags: [compliance] # This pipeline relies on a container with the reuse package pre-installed. # Precise, machine readable description of this container can be found in - # https://booting.oniroproject.org/distro/oniro/-/blob/master/.oniro-ci/containers/reuse/Dockerfile + # https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/blob/kirkstone/.oniro-ci/containers/reuse/Dockerfile image: name: registry.ostc-eu.org/ostc/oniro/reuse:latest script: -- GitLab