]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: python: use default image and show poetry env info docs-python-updat-r4jdat/deployments/7661 1744/head
authorAleš Mrázek <ales.mrazek@nic.cz>
Thu, 18 Sep 2025 00:07:22 +0000 (02:07 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Tue, 30 Sep 2025 08:52:41 +0000 (10:52 +0200)
.gitlab-ci.yml

index fbc7dd418eee35e02aa9d9dc88a45e0733521eb4..569233d55984952827232a37caf654ccf9367064 100644 (file)
@@ -841,11 +841,11 @@ docs:website:
 
 .python: &python
   <<: *nodep
-  image: $IMAGE_PREFIX/manager:$IMAGE_TAG
   stage: sanity
   before_script:
     - poetry --version
     - poetry env use python${PYTHON_VERSION}
+    - poetry env info
 
 python:examples:
   <<: *python