Skip to content

Commit 337b9fa

Browse files
debug output
1 parent 3a0980e commit 337b9fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

operations/_scripts/generate/generate_bitops_incoming.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ function helm_move_content_prepend() {
174174
source_folder="$1"
175175
destination_folder="$2"
176176
number="$3"
177+
178+
echo "tree source_folder ($source_folder)"
179+
tree "$source_folder"
180+
177181
find "$source_folder" -maxdepth 1 -type d -not -name "." -path "$source_folder/*" | while read chart_folder; do
178182
# Move files from source folder to destination folder
179183
chart_name=$(basename "$chart_folder")

0 commit comments

Comments
 (0)