We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a0980e commit 337b9faCopy full SHA for 337b9fa
operations/_scripts/generate/generate_bitops_incoming.sh
@@ -174,6 +174,10 @@ function helm_move_content_prepend() {
174
source_folder="$1"
175
destination_folder="$2"
176
number="$3"
177
+
178
+ echo "tree source_folder ($source_folder)"
179
+ tree "$source_folder"
180
181
find "$source_folder" -maxdepth 1 -type d -not -name "." -path "$source_folder/*" | while read chart_folder; do
182
# Move files from source folder to destination folder
183
chart_name=$(basename "$chart_folder")
0 commit comments