functions.sh: unset "build_step_files" var to prevent loading same files if no files found on another run
This commit is contained in:
parent
b61fdaf843
commit
b4fbcb8071
@ -419,6 +419,7 @@ getFileLocations() {
|
||||
buildStep() {
|
||||
local filename="$1"
|
||||
local suffix="$2"
|
||||
unset build_step_files
|
||||
|
||||
info "Locating buildStep files: ${filename##*/} suffix: ${suffix}"
|
||||
getFileLocations "build_step_files" "${filename}" "${suffix}"
|
||||
|
Loading…
Reference in New Issue
Block a user