Fix the correct path to package.sh when packaging inside docker.

This commit is contained in:
Sridhar Periyasamy 2016-01-07 19:24:34 -08:00
parent 5155aa61d7
commit d73f15e433

View file

@ -33,7 +33,7 @@ if [ ! -z "$NOPACKAGE" ]; then
header "Skipping packaging"
else
if [ ! -z "$PACKAGE_IN_DOCKER" ]; then
export BUILD_COMMAND="$REPOROOT/scripts/package/package.sh"
export BUILD_COMMAND="/opt/code/scripts/package/package.sh"
$REPOROOT/scripts/docker/dockerbuild.sh
else
$REPOROOT/scripts/package/package.sh