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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Python Integration Tests
Commits
388962db
Commit
388962db
authored
3 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
PIPELINE: Use correct installation order
parent
7ec295fa
No related branches found
No related tags found
2 merge requests
!89
Integration Test Suggestions - Inttest
,
!81
F local inttests
Pipeline
#60407
failed
3 months ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.docker/Dockerfile
+2
-2
2 additions, 2 deletions
.docker/Dockerfile
with
2 additions
and
2 deletions
.docker/Dockerfile
+
2
−
2
View file @
388962db
...
...
@@ -11,12 +11,12 @@ RUN apt-get update && \
ARG
PYLIB
RUN
echo
"PYLIB=
${
PYLIB
}
"
COPY
.docker/wait-for-it.sh /wait-for-it.sh
RUN
pip
install
-r
./requirements.txt
COPY
. /git
RUN
pip
install
-r
/git/requirements.txt
ADD
https://gitlab.indiscale.com/api/v4/projects/97/repository/commits/${PYLIB} \
pylib_version.json
RUN
git clone https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git
&&
\
cd
caosdb-pylib
&&
git checkout
${
PYLIB
}
&&
pip3
install
.
COPY
. /git
# Delete .git because it is huge.
RUN
rm
-r
/git/.git
...
...
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