Skip to content
Snippets Groups Projects
Commit 61589074 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

updated for debugging

parent 85282b01
No related branches found
No related tags found
No related merge requests found
Pipeline #4212 failed
......@@ -60,11 +60,13 @@ protect()
for file in "${files[@]}"; do
for config in "${configs[@]}"; do
set -x
echo Protecting file "$file" with config "$config"
"$config" ./"$file" ./"$file"".""$config"
varient_array_name="$(echo "$file" | sed -e 's/\./_/g')""_varients"
declare -a varient_array="$varient_array_name"
varient_array+=("$file"".""$config")
set +x
done
done
}
......
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