mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 08:21:44 +03:00
add gist of directory tree listing to check-result
This commit is contained in:
parent
940a8d1c78
commit
77cf6aeea5
@ -63,4 +63,9 @@ then
|
||||
echo "- found $EXPECTED_VERSION in filename of file in $RESULT_PATH" >> $LOG_FILE
|
||||
fi
|
||||
|
||||
GIST=
|
||||
GIST=tree $RESULT_PATH | gist || ""
|
||||
|
||||
echo "- directory tree listing: $GIST" >> $LOG_FILE
|
||||
|
||||
cat $LOG_FILE || true
|
||||
|
Loading…
Reference in New Issue
Block a user