From 32b97bdac6385333d26a00b4ed088fc080354520 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 5 Jul 2018 16:33:45 +0200 Subject: Fix mkdir command for xds builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic5ce10308c6da924897deee475bdcb13cc678915 Signed-off-by: Jan-Simon Möller --- jjb/common/include-xds-build-common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/common/include-xds-build-common.sh') diff --git a/jjb/common/include-xds-build-common.sh b/jjb/common/include-xds-build-common.sh index 90033bc9..fbbbf1e9 100644 --- a/jjb/common/include-xds-build-common.sh +++ b/jjb/common/include-xds-build-common.sh @@ -6,8 +6,8 @@ ROOTDIR=`pwd` rm -rf $ROOTDIR/src || true -mkdir -p $ROOTDIR/src/gerrit.automotivelinux.org/gerrit/xds -cd $ROOTDIR/src/gerrit.automotivelinux.org/gerrit/src/xds +mkdir -p $ROOTDIR/src/gerrit.automotivelinux.org/gerrit/src/xds +cd $ROOTDIR/src/gerrit.automotivelinux.org/gerrit/src/xds git clone https://gerrit.automotivelinux.org/gerrit/${GERRIT_PROJECT} cd ${PROJECT_TO_BUILD} export V=1 -- cgit 1.2.3-korg