Skip to content
Snippets Groups Projects
Commit 224c1739 authored by Dmitry Puzyrkov's avatar Dmitry Puzyrkov
Browse files

...

parent 3d16c23f
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ BUILD_DIR=${PWD}/build_${BUILD_TARGET}_${BUILD_TYPE}/build ...@@ -70,7 +70,7 @@ BUILD_DIR=${PWD}/build_${BUILD_TARGET}_${BUILD_TYPE}/build
OUT_DIR=${PWD}/build_${BUILD_TARGET}_${BUILD_TYPE}/ OUT_DIR=${PWD}/build_${BUILD_TARGET}_${BUILD_TYPE}/
#we care only about dist dir, i think #we care only about dist dir, i think
[ ! -d ${DIST_DIR} ] && { echo "No build found: $BUILD_TARGET" && exit 255; } #[ ! -d ${DIST_DIR} ] && { echo "No build found: $BUILD_TARGET" && exit 255; }
if [ -z "$SIGNCONFIG" ] if [ -z "$SIGNCONFIG" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment