diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-08-31 11:58:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-31 11:58:19 +0000 |
commit | 63a7354191a77550f45a81ede6d6cc590ce75b3a (patch) | |
tree | c1fe696fc3e95392ed86d9c05b09c2500c85ee89 | |
parent | 1fc220613a677ea5c4f003bc5596a203a8d02391 (diff) | |
parent | f44eb51bfdc69e343c2998d33085f8f4d8311d0d (diff) |
Merge "build: cache: Allow LOCAL_CACHE_ARCH_NAME override" into stable/colorado
-rwxr-xr-x | ci/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build.sh b/ci/build.sh index 62abba173..82049cdcd 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -111,7 +111,7 @@ SCRIPT_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]})) BUILD_BASE=$(readlink -e ${SCRIPT_DIR}/../build/) RESULT_DIR="${BUILD_BASE}/release" BUILD_SPEC="${BUILD_BASE}/config.mk" -LOCAL_CACHE_ARCH_NAME="fuel-cache" +LOCAL_CACHE_ARCH_NAME="${LOCAL_CACHE_ARCH_NAME:-fuel-cache}" # # END of variables to customize |