Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Octave library
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Octave library
Commits
ff07557f
Verified
Commit
ff07557f
authored
6 months ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
MAINT: Deactivate pipeline.
parent
0f5531ed
No related branches found
No related tags found
No related merge requests found
Pipeline
#58208
failed
6 months ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-5
6 additions, 5 deletions
.gitlab-ci.yml
with
6 additions
and
5 deletions
.gitlab-ci.yml
+
6
−
5
View file @
ff07557f
#
#
# 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 ########
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment