summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-08-22 10:56:08 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-22 10:56:08 +0000
commit0f68367fe54a6943a887cc6f087938258b8be9cd (patch)
tree7cac9d292dde6a51d21217ef0ea7ff841ae64ba5 /jjb
parentd699dc17434eea06fd05149252a3736869c2c423 (diff)
parent103748c5abab7d33582218f7a06044737accd591 (diff)
Merge "armband: make submodules-init before clean_cache"
Diffstat (limited to 'jjb')
-rwxr-xr-xjjb/armband/build.sh3
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