blob: b1bca8b43400fb93c557d6a6a298133fd52740e7 [file] [log] [blame]
set -e
export GOOS=darwin
export GOARCH=amd64
PROFILE=dev
PROJECT_HOME=`pwd`
if [ -f "${PROJECT_HOME}/assembly/common/app.properties" ]; then
. ${PROJECT_HOME}/assembly/common/app.properties
fi
if [ -f "${PROJECT_HOME}/assembly/common/build.sh" ]; then
. ${PROJECT_HOME}/assembly/common/build.sh
fi