mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-12 23:56:13 +01:00
6 lines
73 B
Bash
Executable File
6 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
|
|
podman pull ghcr.io/suse-autobuild/obs-server:latest
|
|
|
|
exit $?
|