parent
2401c3540d
commit
0051853473
1 changed files with 8 additions and 1 deletions
|
@ -20,4 +20,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- uv build --wheel
|
- uv build --wheel
|
||||||
- ls -l dist
|
- ls -l dist
|
||||||
|
podman-privileged-test:
|
||||||
|
# From https://docs.gitlab.com/runner/executors/kubernetes/use_podman_with_kubernetes/
|
||||||
|
image: quay.io/podman/stable
|
||||||
|
before_script:
|
||||||
|
- podman info
|
||||||
|
- id
|
||||||
|
script:
|
||||||
|
- podman build . -t playground-bis:testing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue