Skip to content
Snippets Groups Projects
Commit 74cb9068 authored by Natanael Copa's avatar Natanael Copa
Browse files

buildlab: fix triggers parsing

parent 5fd0c10e
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ build_package() {
done
for i in $triggers; do
src=$(echo $i | cut -d: -f1)
src=${i%=*}
is_local $src || continue
msg "${srcdir}/${src} -> ${path}/home/abuild/src/${src} ..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment