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
Commits
4b6826d0
Verified
Commit
4b6826d0
authored
3 months ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Use current pip in pipeline.
parent
8773ccbe
No related branches found
No related tags found
2 merge requests
!128
MNT: Added a warning when column metadata is not configured, and a better...
,
!122
Explicit dependencies for testing, documentation, ...
Pipeline
#58153
failed
3 months ago
Stage: setup
Stage: cert
Stage: style
Stage: unittest
Stage: integrationtest
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.docker/Dockerfile
+5
-4
5 additions, 4 deletions
.docker/Dockerfile
with
5 additions
and
4 deletions
.docker/Dockerfile
+
5
−
4
View file @
4b6826d0
...
@@ -21,14 +21,15 @@ RUN apt-get update && \
...
@@ -21,14 +21,15 @@ RUN apt-get update && \
COPY
.docker/wait-for-it.sh /wait-for-it.sh
COPY
.docker/wait-for-it.sh /wait-for-it.sh
ADD
https://gitlab.com/api/v4/projects/13656973/repository/branches/dev \
ADD
https://gitlab.com/api/v4/projects/13656973/repository/branches/dev \
pylib_version.json
pylib_version.json
RUN
pip
install
-U
pip
RUN
git clone https://gitlab.com/caosdb/caosdb-pylib.git
&&
\
RUN
git clone https://gitlab.com/caosdb/caosdb-pylib.git
&&
\
cd
caosdb-pylib
&&
git checkout dev
&&
pip
3
install
.
cd
caosdb-pylib
&&
git checkout dev
&&
pip
install
.
# At least recommonmark 0.6 required.
# At least recommonmark 0.6 required.
RUN
pip
3
install
-U
html2text pycodestyle pylint recommonmark sphinx-rtd-theme gitignore-parser
RUN
pip
install
-U
html2text pycodestyle pylint recommonmark sphinx-rtd-theme gitignore-parser
COPY
. /git
COPY
. /git
RUN
rm
-r
/git/.git
\
RUN
rm
-r
/git/.git
\
&&
mv
/git/.docker/pycaosdb.ini /git/integrationtests
&&
mv
/git/.docker/pycaosdb.ini /git/integrationtests
RUN
cd
/git
&&
pip
3
install
.[all]
RUN
cd
/git
&&
pip
install
.[all]
WORKDIR
/git/integrationtests
WORKDIR
/git/integrationtests
CMD
/wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh --force
CMD
/wait-for-it.sh caosdb-server:10443 -t 500 -- ./test.sh --force
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