Change yum to apt for Ubuntu 44/344/2
authorEby, Robert (re2429) <re2429@att.com>
Fri, 7 Dec 2018 16:08:57 +0000 (11:08 -0500)
committerEby, Robert (re2429) <re2429@att.com>
Fri, 7 Dec 2018 16:51:40 +0000 (11:51 -0500)
Change-Id: I841f5d9f7a6f69596ce891e52baacfe353e6bfa6
Signed-off-by: Eby, Robert (re2429) <re2429@att.com>
jjb/shell/build-docker.sh

index 62a2c65..014a7f9 100644 (file)
@@ -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"