From 3947ae3dd293e39bdbb8849e0f4b3fffcb194d40 Mon Sep 17 00:00:00 2001 From: Janardhan Pulivarthi Date: Thu, 25 Nov 2021 13:24:21 +0530 Subject: [PATCH] reverse last #1465 to see the tests pass of course, changes are no way connected --- docker/pythonsysds.Dockerfile | 2 +- docker/sysds.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/pythonsysds.Dockerfile b/docker/pythonsysds.Dockerfile index c6688549653..c5a5bd83694 100644 --- a/docker/pythonsysds.Dockerfile +++ b/docker/pythonsysds.Dockerfile @@ -50,7 +50,7 @@ RUN apt-get update -qq \ && mv apache-maven-$MAVEN_VERSION /usr/lib/mvn \ && git clone --depth 1 https://github.com/apache/systemds.git systemds && \ cd /usr/src/systemds/ && \ - mvn -ntp clean package -P distribution && \ + mvn clean package -P distribution && \ cd /usr/src/systemds/src/main/python && \ apt-get install -y --no-install-recommends \ python3 python3-pip && \ diff --git a/docker/sysds.Dockerfile b/docker/sysds.Dockerfile index e17bc9185e5..c1c71d3c835 100644 --- a/docker/sysds.Dockerfile +++ b/docker/sysds.Dockerfile @@ -50,7 +50,7 @@ RUN apt-get update -qq \ && mv apache-maven-$MAVEN_VERSION /usr/lib/mvn \ && git clone --depth 1 https://github.com/apache/systemds.git systemds && \ cd /usr/src/systemds/ && \ - mvn -ntp clean package -P distribution && \ + mvn clean package -P distribution && \ rm -r .git && \ rm -r .github && \ rm -r target/javadoc** && \