From: Andrew Grimberg Date: Tue, 31 Jul 2018 13:54:57 +0000 (-0700) Subject: Make sure dos2unix is installed X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ci-management.git;a=commitdiff_plain;h=61335057725efed8b47cfd4d1619fc29b0fbdc16 Make sure dos2unix is installed Change-Id: Ib4239c2907a9524a94d5432be3d14778e6c6e6d3 Signed-off-by: Andrew Grimberg --- diff --git a/jjb/shell/make-tar.sh b/jjb/shell/make-tar.sh index 68951af..4c70134 100644 --- a/jjb/shell/make-tar.sh +++ b/jjb/shell/make-tar.sh @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +sudo yum install -y dos2unix # shellcheck source="$WORKSPACE/version.properties" disable=SC1091 dos2unix "${WORKSPACE}/version.properties" source "$WORKSPACE/version.properties"