CP-20149: Reverted removal of lines as per code review.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2017-01-19 15:26:27 +00:00
parent 88b7cd53b4
commit 67f5b78c15

View File

@ -53,6 +53,12 @@ mkdir_clean()
rm -rf $1 && mkdir -p $1
}
#overwrite sign file
SIGN_FILE=${ROOT}/sign.bat
if [ -f ${SIGN_FILE} ]; then
cp ${SIGN_FILE} ${REPO}
fi
#build and sign the installers
echo "INFO: Build and sign the installers..."
. ${REPO}/mk/build-installers.sh