Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
96f80089
Unverified
Commit
96f80089
authored
Dec 03, 2025
by
Nate Mailhot
Committed by
GitHub
Dec 03, 2025
Browse files
fix: remove printing metadata json (#4737)
parent
60feb955
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
.github/actions/docker-build/action.yml
.github/actions/docker-build/action.yml
+0
-7
No files found.
.github/actions/docker-build/action.yml
View file @
96f80089
...
...
@@ -280,13 +280,6 @@ runs:
if [ ${PARSER_EXIT_CODE} -eq 0 ] && [ -f "$COMPREHENSIVE_JSON" ]; then
echo "✅ Comprehensive build metrics generated successfully"
echo "📄 Output file: ${COMPREHENSIVE_JSON}"
echo ""
echo "=========================================="
echo "📋 FULL JSON OUTPUT (for debugging)"
echo "=========================================="
cat "$COMPREHENSIVE_JSON"
echo ""
echo "=========================================="
else
echo "⚠️ Metrics generation had issues but continuing..."
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment