Skip to content

Commit

Permalink
New Stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
webdetails-build-bot committed Sep 16, 2016
1 parent 69bc7d2 commit 05f565a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ctools-installer.sh
Expand Up @@ -288,7 +288,7 @@ downloadCDF () {
then
URL='http://ci.pentaho.com/job/pentaho-cdf/lastSuccessfulBuild/artifact/cdf-pentaho5/dist/*zip*/dist.zip'
else
URL='http://ctools.pentaho.com/files/cdf/16.01.22/5.x/dist.zip'
URL='http://ctools.pentaho.com/files/cdf/16.08.18/5.x/dist.zip'
fi
fi
download_file "CDF" "$URL" "dist.zip" ".tmp/cdf"
Expand All @@ -313,7 +313,7 @@ downloadCDA (){
then
URL='http://ci.pentaho.com/job/pentaho-cda/lastSuccessfulBuild/artifact/cda-pentaho5/dist/*zip*/dist.zip'
else
URL='http://ctools.pentaho.com/files/cda/16.01.22/5.x/dist.zip'
URL='http://ctools.pentaho.com/files/cda/16.08.18/5.x/dist.zip'
fi

fi
Expand All @@ -338,7 +338,7 @@ downloadCDE (){
then
URL='http://ci.pentaho.com/job/pentaho-cde/lastSuccessfulBuild/artifact/cde-pentaho5/dist/*zip*/dist.zip'
else
URL='http://ctools.pentaho.com/files/cde/16.01.22/5.x/dist.zip'
URL='http://ctools.pentaho.com/files/cde/16.08.18/5.x/dist.zip'
fi
fi
download_file "CDE" "$URL" "dist.zip" ".tmp/cde"
Expand All @@ -362,7 +362,7 @@ downloadCGG (){
then
URL='http://ci.pentaho.com/job/pentaho-cgg/lastSuccessfulBuild/artifact/cgg-pentaho5/dist/*zip*/dist.zip'
else
URL='http://ctools.pentaho.com/files/cgg/16.01.22/5.x/dist.zip'
URL='http://ctools.pentaho.com/files/cgg/16.08.18/5.x/dist.zip'
fi
fi
download_file "CGG" "$URL" "dist.zip" ".tmp/cgg"
Expand Down Expand Up @@ -414,7 +414,7 @@ downloadCDC (){
then
URL='http://ci.pentaho.com/job/pentaho-cdc/lastSuccessfulBuild/artifact/cdc-pentaho5/dist/*zip*/dist.zip'
else
URL='http://ctools.pentaho.com/files/cdc/16.01.22/5.x/dist.zip'
URL='http://ctools.pentaho.com/files/cdc/16.08.18/5.x/dist.zip'
fi
fi

Expand All @@ -440,7 +440,7 @@ downloadCDV (){
then
URL='http://ci.pentaho.com/job/pentaho-cdv/lastSuccessfulBuild/artifact/cdv-pentaho5/dist/*zip*/dist.zip'
else
URL='http://ctools.pentaho.com/files/cdv/16.01.22/5.x/dist.zip'
URL='http://ctools.pentaho.com/files/cdv/16.08.18/5.x/dist.zip'
fi
fi
download_file "CDV" "$URL" "dist.zip" ".tmp/cdv"
Expand Down

0 comments on commit 05f565a

Please sign in to comment.