Skip to content
Snippets Groups Projects
Commit d3ed5cd9 authored by calrama's avatar calrama
Browse files

[ci] workaround for some podman/systemd issue

parent 8732f622
No related branches found
No related tags found
No related merge requests found
Pipeline #30618 passed
......@@ -7,8 +7,8 @@ build ubuntu:
tags: [linux, shell]
script:
- image_name="${CI_REGISTRY}/${CI_PROJECT_PATH,,}"
- podman build --pull -t "${image_name}/ubuntu" ubuntu
- podman build -t "${image_name}/jupyterhub" jupyterhub
- podman build --cgroup-manager=cgroupfs --pull -t "${image_name}/ubuntu" ubuntu
- podman build --cgroup-manager=cgroupfs -t "${image_name}/jupyterhub" jupyterhub
deploy ubuntu:
stage: deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment