Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
tjsilver committed Aug 21, 2024
1 parent e4f07c4 commit b3394f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate_dependency_trees.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ set -e
SBT_DEPENDENCY_SUBMISSION_OUTPUT=$(sbt "githubGenerateSnapshot") # {\"ignoredConfigs\":[\"scala-doc-tool\",\"scala-tool\",\"test\"]}")
LINE_WITH_FILE=$(echo "$SBT_DEPENDENCY_SUBMISSION_OUTPUT" | grep 'Dependency snapshot written to')
FILENAME=${LINE_WITH_FILE//"[info] Dependency snapshot written to "/""}
jq . "$FILENAME"
jq . "$FILENAME" > sbt_dependency_submission_workflow.json
cat sbt_dependency_submission_workflow.json

0 comments on commit b3394f9

Please sign in to comment.