File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,15 +38,17 @@ jobs:
3838 uses : actions/checkout@v4
3939 with :
4040 repository : qualcomm-linux/meta-qcom
41- path : ${{ github.workspace }}/../ meta-qcom
41+ path : ${{ github.workspace }}/meta-qcom
4242
43- - name : Checkout meta-qcom-dsitro
43+ - name : Checkout meta-qcom-distro
4444 uses : actions/checkout@v4
45+ with :
46+ path : ${{ github.workspace }}/meta-qcom-distro
4547
4648 - name : Run kas lock
4749 run : |
48- KAS_CI_BASE=${GITHUB_WORKSPACE}/../ meta-qcom/ci/base.yml
49- KAS_CI_DISTRO=${GITHUB_WORKSPACE}/../ meta-qcom-distro/ci/qcom-distro.yml
50+ KAS_CI_BASE=${GITHUB_WORKSPACE}/meta-qcom/ci/base.yml
51+ KAS_CI_DISTRO=${GITHUB_WORKSPACE}/meta-qcom-distro/ci/qcom-distro.yml
5052 ${KAS_CONTAINER} lock --update ${KAS_CI_BASE}:${KAS_CI_DISTRO}
5153
5254 - name : Upload kas lockfile
You can’t perform that action at this time.
0 commit comments