1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-04 14:43:38 +02:00
Files
github.com_openSUSE_osc/behave/container-pull.sh

6 lines
73 B
Bash
Executable File

#!/bin/sh
podman pull ghcr.io/suse-autobuild/obs-server:latest
exit $?