From c46f6ceb2fe387d4a8295ebb3e13068e870802ea Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Wed, 5 Jul 2023 00:25:34 +0200 Subject: Fix pushd statement in run-ycl-ci Signed-off-by: Jan-Simon Moeller Change-Id: Ib88f7faa55c688f5260a9b8c14bbb61ac9d07500 --- jjb/common/include-agl-run-ycl-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/common/include-agl-run-ycl-ci.sh b/jjb/common/include-agl-run-ycl-ci.sh index a481c872..932e47fa 100644 --- a/jjb/common/include-agl-run-ycl-ci.sh +++ b/jjb/common/include-agl-run-ycl-ci.sh @@ -5,7 +5,7 @@ ## Run yocto-check-layer over AGL layers ################################################################################ -pushd +pushd . # meta-agl pushd meta-agl -- cgit 1.2.3-korg