aboutsummaryrefslogtreecommitdiff
path: root/docker/bigtop-deploy/centos-6/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/bigtop-deploy/centos-6/build.sh')
-rwxr-xr-xdocker/bigtop-deploy/centos-6/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/bigtop-deploy/centos-6/build.sh b/docker/bigtop-deploy/centos-6/build.sh
index 040adefc..fd32dbfd 100755
--- a/docker/bigtop-deploy/centos-6/build.sh
+++ b/docker/bigtop-deploy/centos-6/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:centos-6 .
ret=$?
-rm -rf bigtop_toolchain
exit $ret