File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 370370# use PR patch file to determine in which easystack files stuff was added
371371# Note that we exclude the scripts/gpu_support/ dir, since those are not meant to be built in the
372372# software-layer, but they are helper easystacks for installing e.g. CUDA in host_injections
373- changed_easystacks=$( cat ${pr_diff} | grep ' ^+++' | cut -f2 -d' ' | sed ' s@^[a-z]/@@g' | grep ' easystacks/.*yml$' | egrep -v ' known-issues|missing' | grep -v " scripts/gpu_support/" )
373+ changed_easystacks=$( cat ${pr_diff} | grep ' ^+++' | cut -f2 -d' ' | sed ' s@^[a-z]/@@g' | grep ' easystacks/.*yml$' | egrep -v ' known-issues|missing' | ( grep -v " scripts/gpu_support/" || true) )
374374if [ -z " ${changed_easystacks} " ]; then
375375 echo " No missing installations, party time!" # Ensure the bot report success, as there was nothing to be build here
376376else
You can’t perform that action at this time.
0 commit comments