Skip to content

Commit

Permalink
ci/base: add the repo path and comments to help working locally
Browse files Browse the repository at this point in the history
Add the default repo path so we can comment the url of the repo
to work out of the default branch.

- kas will always change the head to the default branch when we have the 'url'
- to remove the 'url', we need to have the 'path'
- if we have the 'path' and not the 'url' kas will keep the HEAD

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Nov 7, 2024
1 parent f916c17 commit e7f4c7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ repos:
meta-qcom-hwe:

meta-qcom:
# comment the url if you need to work out of the default branch
url: https://github.com/Linaro/meta-qcom
path: meta-qcom

poky:
# comment the url if you need to work out of the default branch
url: https://git.yoctoproject.org/git/poky
path: poky
layers:
meta:
meta-poky:
Expand Down

0 comments on commit e7f4c7d

Please sign in to comment.