Skip to content
Snippets Groups Projects
Commit 74d81134 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Force builds

parent 6dedfa6f
No related branches found
No related tags found
1 merge request!1115Add python 3.10 image and testing
Pipeline #411816 failed
......@@ -255,8 +255,8 @@ pages:
stage: deploy
image: docker:20.10.12
needs: ["containers"]
only:
- schedules
#only:
# - schedules
script:
- cd containers
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
......@@ -274,11 +274,10 @@ build-python39-container:
variables:
PYVERSION: "python39"
# add back when 3.10 image is available
#build-python310-container:
# <<: *build-container
# variables:
# PYVERSION: "python310"
build-python310-container:
<<: *build-container
variables:
PYVERSION: "python310"
pypi-release:
stage: deploy
......
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