1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-15 08:36:13 +01:00
github.com_openSUSE_osc/behave/container-pull.sh

6 lines
73 B
Bash
Raw Normal View History

2024-01-11 10:01:57 +01:00
#!/bin/sh
podman pull ghcr.io/suse-autobuild/obs-server:latest
exit $?