You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ps...@apache.org on 2019/05/16 15:50:46 UTC

[hbase] branch branch-1.4 updated: HBASE-22421 addendum remove bats

This is an automated email from the ASF dual-hosted git repository.

psomogyi pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 166621b  HBASE-22421 addendum remove bats
166621b is described below

commit 166621bc1bf3545fc538fbe8e2ca5c9a27ba35e2
Author: Sean Busbey <bu...@apache.org>
AuthorDate: Thu May 16 09:30:42 2019 -0500

    HBASE-22421 addendum remove bats
    
    Signed-off-by: Peter Somogyi <ps...@apache.org>
---
 dev-support/docker/Dockerfile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile
index cdc5a44..b82b23b 100644
--- a/dev-support/docker/Dockerfile
+++ b/dev-support/docker/Dockerfile
@@ -127,12 +127,6 @@ RUN cabal update
 RUN cabal install shellcheck --global
 
 ####
-# Install bats
-####
-RUN add-apt-repository -y ppa:duggan/bats
-RUN apt-key update && apt-get -q update && apt-get -q install --no-install-recommends -y bats
-
-####
 # Install pylint
 ####
 RUN pip install pylint==1.9.2