Commit 099ace90 authored by Luca Cinquini's avatar Luca Cinquini
Browse files

Adding solr-cloud to build all script.

parent ff8c67c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ pushit=${1:-false}
wrkdir=`pwd`

# loop over ordered list of ESGF images
subdirs=('node' 'postgres' 'tomcat' 'solr' 'httpd' 'cog' 'data-node' 'idp-node' 'index-node', 'vsftp')
subdirs=('node' 'postgres' 'tomcat' 'solr' 'httpd' 'cog' 'data-node' 'idp-node' 'index-node' 'vsftp' 'solr-cloud')

for subdir in ${subdirs[*]}; do
   # cd to parallel directory