Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SQA Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository 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
Research Software Engineering
Software Quality Assurance
SQA Framework
Merge requests
!70
Draft: Fix pipenv but keep Python 3.9
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Draft: Fix pipenv but keep Python 3.9
80-fix_pipenv_in_python39
into
master
Overview
0
Commits
5
Pipelines
0
Changes
17
Open
Draft: Fix pipenv but keep Python 3.9
Christian Meeßen
requested to merge
80-fix_pipenv_in_python39
into
master
Jan 11, 2023
Overview
0
Commits
5
Pipelines
0
Changes
17
Closes
#80
0
0
Merge request reports
Compare
master
version 2
27cf0973
Jan 11, 2023
version 1
d846f8b9
Jan 11, 2023
master (HEAD)
and
latest version
latest version
462b320d
5 commits,
Jan 11, 2023
version 2
27cf0973
4 commits,
Jan 11, 2023
version 1
d846f8b9
1 commit,
Jan 11, 2023
17 files
+
63
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
.gitlab/ci/build-deploy.gitlab-ci.yml
+
8
−
0
View file @ 2378e476
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,6 +5,8 @@
build-deploy:dep
:
stage
:
build-deploy:dep
tags
:
-
rse
image
:
docker:19.03.12
variables
:
DOCKER_FILE
:
build/docker/dep/Dockerfile
@@ -23,6 +25,8 @@ build-deploy:dep:
build-deploy:dep-dev
:
stage
:
build-deploy:dep
tags
:
-
rse
image
:
docker:19.03.12
variables
:
DOCKER_FILE
:
build/docker/dep/Dockerfile
@@ -42,6 +46,8 @@ build-deploy:dep-dev:
build-deploy:dev
:
stage
:
build-deploy
tags
:
-
rse
image
:
docker:19.03.12
dependencies
:
-
build-deploy:dep-dev
@@ -63,6 +69,8 @@ build-deploy:dev:
build-deploy:production
:
stage
:
build-deploy
tags
:
-
rse
image
:
docker:19.03.12
dependencies
:
-
build-deploy:dep
Loading