Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sassena
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DAPHNE4NFDI
Sassena
Commits
49f54dfd
Commit
49f54dfd
authored
9 months ago
by
Dan Vonk
Committed by
Daniel Vonk
9 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update CI doc
parent
13374cb0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!19
Merge develop into main
,
!17
Add CUDA backend
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/for_devs/ci.rst
+12
-4
12 additions, 4 deletions
docs/for_devs/ci.rst
with
12 additions
and
4 deletions
docs/for_devs/ci.rst
+
12
−
4
View file @
49f54dfd
CI Pipeline
==================================
Sassena has a CI.
Building the Docker Image
-------------------------
Sassena uses a docker container to build the program and run the unit tests on
...
...
@@ -8,12 +10,18 @@ the CI server.
Firstly, may need to create a "Personal Access Token". This can be done in the
Gitlab settings under your personal profile settings. Once this is done, with your
credentials, run the command::
docker login registry.hzdr.de
credentials, run the command
.. code-block::
docker login registry.hzdr.de
The docker image can be build on a local machine using the command
.. code-block::
The docker image can be build on a local machine using the command::
docker build -t registry.hzdr.de/daphne4nfdi/sassena .
If you have made changes to the docker container and want to push it to the CI,
simply update the Sassena registry using the command::
simply update the Sassena registry using the command
.. code-block::
docker push registry.hzdr.de/daphne4nfdi/sassena
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