From 86ea27387df4e9ae694f6d6544452810faa0261d Mon Sep 17 00:00:00 2001 From: "Eby, Robert (re2429)" Date: Fri, 7 Dec 2018 11:08:57 -0500 Subject: [PATCH] Change yum to apt for Ubuntu Change-Id: I841f5d9f7a6f69596ce891e52baacfe353e6bfa6 Signed-off-by: Eby, Robert (re2429) --- jjb/shell/build-docker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/shell/build-docker.sh b/jjb/shell/build-docker.sh index 62a2c65..014a7f9 100644 --- a/jjb/shell/build-docker.sh +++ b/jjb/shell/build-docker.sh @@ -80,7 +80,8 @@ else postgres_db_schema) CON_NAME='akraino_schema_db' - sudo yum install -y dos2unix + # This runs on ubuntu, so yum wont work. + sudo apt install -y dos2unix dos2unix "${WORKSPACE}/version.properties" source "$WORKSPACE/version.properties" -- 2.16.6