blob: 6dbf08335e0efff254cdd66ba3cc39ef79616992 [file] [log] [blame]
#!/bin/bash
APPNAME=perf-ingest
set -x -e
# Copy files into the right locations in ${ROOT}.
copy_release_files()
{
${INSTALL} --mode=644 -T ${APPNAME}/Dockerfile ${ROOT}/Dockerfile
${INSTALL} --mode=755 -T ${GOPATH}/bin/${APPNAME} ${ROOT}/usr/local/bin/${APPNAME}
${INSTALL_DIR} --mode=755 ${ROOT}/usr/local/share/skiaperf/configs
${INSTALL} --mode=644 ./configs/* ${ROOT}/usr/local/share/skiaperf/configs
}
source ../bash/docker_build.sh