Skip to content

Commit

Permalink
Update builddir prefix in check
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Mar 4, 2024
1 parent a80d721 commit cff63ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bot/check-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@ if [[ ! -z ${TARBALL} ]]; then
repo_version=$(cfg_get_value "repository" "repo_version")
os_type=$(cfg_get_value "architecture" "os_type")
software_subdir=$(cfg_get_value "architecture" "software_subdir")
prefix="${repo_version}/software/${os_type}/${software_subdir}"

prefix="${repo_version}/${os_type}/${software_subdir}"

# extract directories/entries from tarball content
modules_entries=$(grep "${prefix}/modules" ${tmpfile})
Expand Down

0 comments on commit cff63ed

Please sign in to comment.