aboutsummaryrefslogtreecommitdiff
path: root/docker/bigtop-deploy/ubuntu-14.04/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/bigtop-deploy/ubuntu-14.04/build.sh')
-rwxr-xr-xdocker/bigtop-deploy/ubuntu-14.04/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/bigtop-deploy/ubuntu-14.04/build.sh b/docker/bigtop-deploy/ubuntu-14.04/build.sh
index 90858a33..eec1d03b 100755
--- a/docker/bigtop-deploy/ubuntu-14.04/build.sh
+++ b/docker/bigtop-deploy/ubuntu-14.04/build.sh
@@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-cp -r ../../../bigtop_toolchain .
docker build -t bigtop/deploy:ubuntu-14.04 .
ret=$?
-rm -rf bigtop_toolchain
exit $ret