mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-06 14:46:17 +01:00
6 lines
73 B
Bash
6 lines
73 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
podman pull ghcr.io/suse-autobuild/obs-server:latest
|
||
|
|
||
|
exit $?
|