1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-01 04:36:13 +01:00

behave: Add container-pull.sh script

This commit is contained in:
Daniel Mach 2024-01-11 10:01:57 +01:00
parent 0cfab22888
commit ec70575d53

5
behave/container-pull.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
podman pull ghcr.io/suse-autobuild/obs-server:latest
exit $?