From 90e07c5cabf4e67fe4d7724b70571f203b4e4acb Mon Sep 17 00:00:00 2001 From: Maxime Date: Mon, 26 Jul 2021 10:33:51 +0200 Subject: [PATCH 1/2] migrating to labs.etsi.org/rep/ --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0281e9d..fda4ae1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ stages: test-develop: stage: test script: - - curl -L -o saref-pipeline.jar "https://forge.etsi.org/rep/SAREF/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" + - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" - java -jar saref-pipeline.jar develop -s && touch target/success allow_failure: true except: @@ -35,7 +35,7 @@ test-develop: test-prerelease: stage: test script: - - curl -L -o saref-pipeline.jar "https://forge.etsi.org/rep/SAREF/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" + - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" - java -jar saref-pipeline.jar release -t && touch target/success allow_failure: true only: @@ -60,7 +60,7 @@ deploy-report: test-release: stage: test script: - - curl -L -o saref-pipeline.jar "https://forge.etsi.org/rep/SAREF/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" + - curl -L -o saref-pipeline.jar "https://labs.etsi.org/rep/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" - java -jar saref-pipeline.jar release -t only: - /^release-v/ -- GitLab From cdc91b71cc18b7b6b23adca3cb7240b077dbf623 Mon Sep 17 00:00:00 2001 From: Maxime Date: Mon, 26 Jul 2021 11:48:10 +0200 Subject: [PATCH 2/2] clone projects from labs.etsi.org --- .saref-repositories.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.saref-repositories.yml b/.saref-repositories.yml index f41da3c..c3869b2 100644 --- a/.saref-repositories.yml +++ b/.saref-repositories.yml @@ -1,4 +1,4 @@ -forge.etsi.org/rep/: +labs.etsi.org/rep/: repos: - saref/saref-core - saref/saref4syst -- GitLab