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 0407aea commit 6fe976bCopy full SHA for 6fe976b
nightly_tests/deploy.sh
@@ -160,6 +160,12 @@ config_content=$(process_config_file "$CONFIG_FILE")
160
echo "deploy.sh :: Using MC_VERSION: ${MC_VERSION}"
161
[ -n "$MC_SHA" ] && echo "deploy.sh :: Using MC_SHA: ${MC_SHA}"
162
163
+# Print the full YAML configuration
164
+echo "Generated YAML Configuration:"
165
+echo "-----------------------------------------"
166
+echo "$config_content"
167
168
+
169
# Output the marketplace items table to both console and nightly_output.txt
170
{
171
echo "-----------------------------------------"
0 commit comments