1
0
Fork 0
hudctrl/ci/build-container.sh

8 lines
159 B
Bash

#!/bin/sh -ex
. ci/container-common.sh
cp -r svc/dist container/wheels
cp -r ui/dist container/ui
podman build -t hudctrl:$(tag_name ${BUILD_TAG}) container