containers-repository/build.sh

11 lines
108 B
Bash
Raw Normal View History

2020-07-27 19:41:02 +00:00
#!/bin/sh
set -e
export PATH=/usr/lib/ccache/bin:$PATH
cd /home/builder/package
abuild checksum
2021-11-16 14:43:34 +00:00
exec $*