From ff07557fce84f55cc21fff5435fa9d6bf828ee8a Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Wed, 27 Nov 2024 09:02:06 +0100 Subject: [PATCH] MAINT: Deactivate pipeline. --- .gitlab-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6708cec..a09aed3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # -# This file is a part of the CaosDB Project. +# This file is a part of the LinkAhead Project. # # Copyright (C) 2021-2022 Indiscale GmbH <info@indiscale.com> # Copyright (C) 2021-2022 Daniel Hornung <d.hornung@indiscale.com> @@ -21,7 +21,7 @@ variables: # this is the image where cpplib repo is present (artifact from pipeline in - # caosdb-cpplib) + # linkahead-cpplib) CPPLIB_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-cpplib/testenv:$CI_COMMIT_REF_NAME OCTAVELIB_REGISTRY_IMAGE: $CI_REGISTRY_IMAGE/testenv:$CI_COMMIT_REF_NAME @@ -34,9 +34,10 @@ variables: image: $OCTAVELIB_REGISTRY_IMAGE stages: - - setup - - test - - deploy + - None # FIXME Either fix pipeline or declare this project deprecated. + # - setup + # - test + # - deploy ######## Setup ######## -- GitLab