diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-08-22 10:56:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-22 10:56:08 +0000 |
commit | 0f68367fe54a6943a887cc6f087938258b8be9cd (patch) | |
tree | 7cac9d292dde6a51d21217ef0ea7ff841ae64ba5 | |
parent | d699dc17434eea06fd05149252a3736869c2c423 (diff) | |
parent | 103748c5abab7d33582218f7a06044737accd591 (diff) |
Merge "armband: make submodules-init before clean_cache"
-rwxr-xr-x | jjb/armband/build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/armband/build.sh b/jjb/armband/build.sh index 01d09aa28..0d357576b 100755 --- a/jjb/armband/build.sh +++ b/jjb/armband/build.sh @@ -16,6 +16,9 @@ echo "Host info: $(hostname) $(hostname -I)" cd $WORKSPACE +# Armband requires initializing git submodules (e.g. for Fuel's clean_cache.sh) +make submodules-init + # remove the expired items from cache test -f $WORKSPACE/ci/clean_cache.sh && $WORKSPACE/ci/clean_cache.sh $CACHE_DIRECTORY |