ci(ariadne): use harbor python runner

This commit is contained in:
codex 2026-04-21 13:16:49 -03:00
parent 1b0137d984
commit 969ec81fd9

2
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ spec:
- name: harbor-config - name: harbor-config
mountPath: /docker-config mountPath: /docker-config
- name: tester - name: tester
image: python:3.12-slim image: registry.bstein.dev/bstein/python:3.12-slim
command: ["cat"] command: ["cat"]
tty: true tty: true
volumeMounts: volumeMounts: