Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DataCatalog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
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
eFlows4HPC WP2
DataCatalog
Commits
c5cdcdc4
Commit
c5cdcdc4
authored
3 years ago
by
Christian Boettcher
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
ssh://gitlab.version.fz-juelich.de:10022/rybicki1/datacatalog
parents
e2096c9f
4590a219
No related branches found
No related tags found
No related merge requests found
Pipeline
#70559
passed
3 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+26
-2
26 additions, 2 deletions
.gitlab-ci.yml
with
26 additions
and
2 deletions
.gitlab-ci.yml
+
26
−
2
View file @
c5cdcdc4
default
:
image
:
python:3-slim
stages
:
-
test
-
publish
-
deploy
test
:
stage
:
test
script
:
-
pip install -r testing_requirements.txt
-
nosetests --with-coverage --cover-package=apiserver
-
nosetests --with-coverage --cover-package=apiserver --cover-xml
artifacts
:
reports
:
cobertura
:
coverage.xml
deploy
:
stage
:
deploy
variables
:
OS_AUTH_TYPE
:
v3applicationcredential
OS_AUTH_URL
:
https://hdf-cloud.fz-juelich.de:5000
OS_IDENTITY_API_VERSION
:
3
OS_REGION_NAME
:
"
HDFCloud"
OS_INTERFACE
:
public
script
:
-
echo "Doing nothing for now"
publishgit-do
:
image
:
python:3-slim
stage
:
build
stage
:
publish
only
:
-
tags
tags
:
[
stable
]
script
:
-
apt-get update
...
...
@@ -14,3 +37,4 @@ publishgit-do:
-
git remote set-url gith "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/eflows4hpc/datacatalog.git"
-
git remote -v
-
git push -u gith stable
This diff is collapsed.
Click to expand it.
Christian Boettcher
@boettcher1
mentioned in issue
#20 (closed)
·
3 years ago
mentioned in issue
#20 (closed)
mentioned in issue #20
Toggle commit list
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