From 6288ec21687ad547a49be2321af81e55c1a7593b Mon Sep 17 00:00:00 2001 From: Anton Parkhomenko Date: Thu, 29 Jun 2017 19:12:46 +0700 Subject: [PATCH] Common: no longer bundle StorageLoader in Bintray download (close #3024) --- .travis/release_emr.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis/release_emr.yml b/.travis/release_emr.yml index a538a87e9c..9107125c26 100644 --- a/.travis/release_emr.yml +++ b/.travis/release_emr.yml @@ -20,7 +20,6 @@ packages: build_version : <%= ENV['TRAVIS_BUILD_RELEASE_TAG'] %> build_commands: - cd 3-enrich/emr-etl-runner && ./build.sh - - cd 4-storage/storage-loader && ./build.sh # Required: Artifact artifacts: @@ -31,5 +30,4 @@ packages: # The binaries to put in the zip binary_paths: - 3-enrich/emr-etl-runner/deploy/snowplow-emr-etl-runner - - 4-storage/storage-loader/deploy/snowplow-storage-loader