Fix the correct path to package.sh when packaging inside docker.
This commit is contained in:
parent
5155aa61d7
commit
d73f15e433
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue