Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CaosDB Python Integration Tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Python Integration Tests
Merge requests
!19
TST: Add more test for entity.role
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
TST: Add more test for entity.role
f-entity-role
into
dev
Overview
0
Commits
4
Pipelines
8
Changes
2
Merged
Timm Fitschen
requested to merge
f-entity-role
into
dev
3 years ago
Overview
0
Commits
4
Pipelines
8
Changes
2
Tests for
caosdb-pylib!15 (merged)
0
0
Merge request reports
Viewing commit
a3528f55
Prev
Next
Show latest version
2 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Verified
a3528f55
PIPELINE
· a3528f55
Timm Fitschen
authored
3 years ago
.docker/Dockerfile
+
2
−
2
View file @ a3528f55
Edit in single-file editor
Open in Web IDE
Show full file
@@ -10,9 +10,9 @@ RUN apt-get update && \
-y
COPY
.docker/wait-for-it.sh /wait-for-it.sh
ARG
PYLIB=dev
ADD
https://gitlab.com/api/v4/projects/
13656
97
3
/repository/commits/${PYLIB} \
ADD
https://gitlab.
indiscale.
com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
RUN
git clone https://gitlab.com/caosdb/caosdb-pylib.git
&&
\
RUN
git clone https://gitlab.
indiscale.
com/caosdb/caosdb-pylib.git
&&
\
cd
caosdb-pylib
&&
git checkout
${
PYLIB
}
&&
pip3
install
.
COPY
. /git
Loading