From d604b3306d9f61de19b121d51351b86cc5e8bb50 Mon Sep 17 00:00:00 2001 From: Tim Jaacks <tim.jaacks@garz-fricke.com> Date: Tue, 28 Jun 2022 09:48:05 +0200 Subject: [PATCH] Fix wrong remote name in ci-test pipeline --- manifest-pipeline-ci-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest-pipeline-ci-test.yml b/manifest-pipeline-ci-test.yml index 66548f23..c5b9f7d6 100644 --- a/manifest-pipeline-ci-test.yml +++ b/manifest-pipeline-ci-test.yml @@ -11,7 +11,7 @@ variables: # In the manifest, the remotes are specified by an identifier. This is used to find # out included projects for the retrigger job. In custom manifests, the remote may be # named differently, so we need a variable that may be overriden. - CI_PARAM_SECO_REMOTE: seco-ne + CI_PARAM_SECO_REMOTE: ci-test BUILD_TIMEOUT: 2m -- GitLab