From: Eby, Robert (re2429) Date: Fri, 7 Dec 2018 16:08:57 +0000 (-0500) Subject: Change yum to apt for Ubuntu X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=86ea27387df4e9ae694f6d6544452810faa0261d Change yum to apt for Ubuntu Change-Id: I841f5d9f7a6f69596ce891e52baacfe353e6bfa6 Signed-off-by: Eby, Robert (re2429) --- 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"