Change yum to apt for Ubuntu
[ci-management.git] / 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"