Skip to content
Snippets Groups Projects
Verified Commit ff07557f authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Deactivate pipeline.

parent 0f5531ed
No related branches found
No related tags found
No related merge requests found
Pipeline #58208 failed
# #
# 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 Indiscale GmbH <info@indiscale.com>
# Copyright (C) 2021-2022 Daniel Hornung <d.hornung@indiscale.com> # Copyright (C) 2021-2022 Daniel Hornung <d.hornung@indiscale.com>
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
variables: variables:
# this is the image where cpplib repo is present (artifact from pipeline in # 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 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 OCTAVELIB_REGISTRY_IMAGE: $CI_REGISTRY_IMAGE/testenv:$CI_COMMIT_REF_NAME
...@@ -34,9 +34,10 @@ variables: ...@@ -34,9 +34,10 @@ variables:
image: $OCTAVELIB_REGISTRY_IMAGE image: $OCTAVELIB_REGISTRY_IMAGE
stages: stages:
- setup - None # FIXME Either fix pipeline or declare this project deprecated.
- test # - setup
- deploy # - test
# - deploy
######## Setup ######## ######## Setup ########
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment