Preventing builds from cleaning on each step (#1151)
This commit is contained in:
@@ -14,7 +14,6 @@ set -o errexit # exit on the first failure encountered
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
source $BASEDIR/env_mac.sh
|
||||
source $BASEDIR/clean_mac.sh
|
||||
|
||||
mkdir -p ${OUTPUT_DIRECTORY}
|
||||
SOURCE_DIRECTORY=${PWD}
|
||||
|
||||
Reference in New Issue
Block a user