1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-22 18:22:12 +01:00
github.com_openSUSE_osc/behave/container-build.sh

11 lines
149 B
Bash
Raw Normal View History

#!/bin/sh
TOPDIR=$(dirname $(readlink -f $0))
podman build "$@" \
--tag obs-server \
$TOPDIR \
2>&1 | tee container-build.log
exit $?