Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gpfs-policy
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
gpfs-policy
Merge requests
!66
Update python image version and poetry version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update python image version and poetry version
mdefende/gpfs-policy:enh-update-ci-config
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Matthew K Defenderfer
requested to merge
mdefende/gpfs-policy:enh-update-ci-config
into
main
1 month ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
a999a06c
1 commit,
1 month ago
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
2
−
2
Options
default
:
default
:
image
:
python:3.1
2
image
:
python:3.1
3
variables
:
variables
:
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
PIP_CACHE_DIR
:
"
$CI_PROJECT_DIR/.cache/pip"
@@ -21,7 +21,7 @@ release:
@@ -21,7 +21,7 @@ release:
before_script
:
before_script
:
-
python3 --version ; python3 -m pip --version
# For debugging
-
python3 --version ; python3 -m pip --version
# For debugging
-
pip install --upgrade pip
-
pip install --upgrade pip
-
pip install poetry==2.
0.1
-
pip install poetry==2.
1.2
-
poetry install
-
poetry install
script
:
script
:
-
export POETRY_DYNAMIC_VERSIONING_DEBUG=1
-
export POETRY_DYNAMIC_VERSIONING_DEBUG=1
Loading