Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-advanced-user-tools
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-advanced-user-tools
Merge requests
!10
F yaml documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
F yaml documentation
f-yaml-documentation
into
dev
Overview
0
Commits
8
Pipelines
8
Changes
12
Merged
Alexander Schlemmer
requested to merge
f-yaml-documentation
into
dev
3 years ago
Overview
0
Commits
8
Pipelines
8
Changes
12
Expand
A draft of a small documentation of the yaml interface in caosdb-advanced-user-tools.
Edited
3 years ago
by
Henrik tom Wörden
0
0
Merge request reports
Viewing commit
49242f66
Prev
Next
Show latest version
12 files
+
57
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
49242f66
Merge branch 'dev' into f-yaml-documentation
· 49242f66
Henrik tom Wörden
authored
3 years ago
.docker/Dockerfile
+
2
−
2
Options
@@ -29,6 +29,6 @@ RUN pip3 install recommonmark sphinx-rtd-theme
COPY
. /git
RUN
rm
-r
/git/.git
\
&&
mv
/git/.docker/pycaosdb.ini /git/integrationtests
RUN
cd
/git
&&
pip3
install
.
RUN
cd
/git
&&
pip3
install
.
[h5-crawler]
WORKDIR
/git/integrationtests
CMD
/wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh
CMD
/wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh
--force
Loading