Skip to content
Snippets Groups Projects
Verified Commit af2dcd5e authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update base images for CI

parent 5ee9bd1f
No related branches found
No related tags found
No related merge requests found
Pipeline #63011 passed with warnings
......@@ -72,7 +72,7 @@ test-py3.12:
<<: *junit_definition
code-style:
image: docker.km3net.de/base/python:3.9
image: git.km3net.de:4567/common/dockerfiles/base/python:3.12
stage: test
script:
- *virtualenv_definition
......@@ -80,7 +80,7 @@ code-style:
allow_failure: true
coverage:
image: docker.km3net.de/base/python:3.9
image: git.km3net.de:4567/common/dockerfiles/base/python:3.12
stage: coverage
script:
- *virtualenv_definition
......@@ -95,7 +95,7 @@ coverage:
build-docs:
image: docker.km3net.de/base/python:3.9
image: git.km3net.de:4567/common/dockerfiles/base/python:3.12
stage: doc
script:
- *virtualenv_definition
......@@ -103,7 +103,7 @@ build-docs:
cache: {}
pages:
image: docker.km3net.de/base/python:3.9
image: git.km3net.de:4567/common/dockerfiles/base/python:3.12
stage: doc
script:
- *virtualenv_definition
......@@ -132,13 +132,12 @@ docker:
only:
- tags
pypi:
image: docker.km3net.de/base/python:3.9
image: git.km3net.de:4567/common/dockerfiles/base/python:3.12
stage: release
cache: {}
script:
- pip install -U twine wheel setuptools_scm
- pip install -U twine wheel
- python setup.py sdist
- python setup.py bdist_wheel
- twine upload dist/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment