[ARVADOS] updated: 1.3.0-171-g3511212cb
Git user
git at public.curoverse.com
Mon Jan 28 10:14:36 EST 2019
Summary of changes:
sdk/dev-jobs.dockerfile | 1 -
1 file changed, 1 deletion(-)
via 3511212cb81453e6c4c1cc14eca0320635861333 (commit)
from db09e5f787a1b2d0e02abb627bf25054a047f7db (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 3511212cb81453e6c4c1cc14eca0320635861333
Author: Eric Biagiotti <ebiagiotti at veritasgenetcs.com>
Date: Mon Jan 28 10:14:30 2019 -0500
13306: Removing debug echo
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
diff --git a/sdk/dev-jobs.dockerfile b/sdk/dev-jobs.dockerfile
index ba1cbfec1..9c4a5aa33 100644
--- a/sdk/dev-jobs.dockerfile
+++ b/sdk/dev-jobs.dockerfile
@@ -20,7 +20,6 @@ ENV DEBIAN_FRONTEND noninteractive
ARG pythoncmd=python
-RUN echo $pythoncmd
RUN apt-get update -q && apt-get install -qy git ${pythoncmd}-pip python-virtualenv ${pythoncmd}-dev libcurl4-gnutls-dev libgnutls28-dev nodejs python-pyasn1-modules
RUN if [ "$pythoncmd" = "python3" ]; then pip3 install -U setuptools six requests; else pip install -U setuptools six requests; fi
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list