From 61335057725efed8b47cfd4d1619fc29b0fbdc16 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Tue, 31 Jul 2018 06:54:57 -0700 Subject: [PATCH] Make sure dos2unix is installed Change-Id: Ib4239c2907a9524a94d5432be3d14778e6c6e6d3 Signed-off-by: Andrew Grimberg --- jjb/shell/make-tar.sh | 1 + 1 file changed, 1 insertion(+) 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" -- 2.16.6