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:44 UTC

[hbase] branch branch-1 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
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 58089be8209a302cd7068dcf8ed00893b22d85c0
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