Skip to content

Commit 4993d30

Browse files
committed
ci : Debug patch
Checking if git clone of the repository is happening standalone This is to debug the issue where do_fetch is failing Signed-off-by: Salendarsingh Gaud <sgaud@qti.qualcomm.com>
1 parent 2bedbc9 commit 4993d30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/actions/build_yocto/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ runs:
108108
ls -la
109109
export KAS_WORK_DIR=$PWD/kas
110110
echo $KAS_WORK_DIR
111-
111+
git clone https://gitlab.freedesktop.org/glvnd/libglvnd -b master
112+
ls -la
112113
$KAS_CONTAINER build kas-build-${{ env.rootfs }}.yml:kernel-override.yml
113114
114115
- name: Prepare file list for log upload

0 commit comments

Comments
 (0)