Skip to content

Commit 6fe976b

Browse files
committed
feat: Print generated YAML configuration before processing in deploy script
1 parent 0407aea commit 6fe976b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nightly_tests/deploy.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ config_content=$(process_config_file "$CONFIG_FILE")
160160
echo "deploy.sh :: Using MC_VERSION: ${MC_VERSION}"
161161
[ -n "$MC_SHA" ] && echo "deploy.sh :: Using MC_SHA: ${MC_SHA}"
162162

163+
# Print the full YAML configuration
164+
echo "Generated YAML Configuration:"
165+
echo "-----------------------------------------"
166+
echo "$config_content"
167+
echo "-----------------------------------------"
168+
163169
# Output the marketplace items table to both console and nightly_output.txt
164170
{
165171
echo "-----------------------------------------"

0 commit comments

Comments
 (0)