diff options
-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 |