Skip to content

Commit

Permalink
feat: Print generated YAML configuration before processing in deploy …
Browse files Browse the repository at this point in the history
…script
  • Loading branch information
jdrodjpl committed Feb 5, 2025
1 parent 0407aea commit 6fe976b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nightly_tests/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ config_content=$(process_config_file "$CONFIG_FILE")
echo "deploy.sh :: Using MC_VERSION: ${MC_VERSION}"
[ -n "$MC_SHA" ] && echo "deploy.sh :: Using MC_SHA: ${MC_SHA}"

# Print the full YAML configuration
echo "Generated YAML Configuration:"
echo "-----------------------------------------"
echo "$config_content"
echo "-----------------------------------------"

# Output the marketplace items table to both console and nightly_output.txt
{
echo "-----------------------------------------"
Expand Down

0 comments on commit 6fe976b

Please sign in to comment.