Skip to content

Commit

Permalink
Remove output
Browse files Browse the repository at this point in the history
  • Loading branch information
Isengo1989 committed Dec 7, 2023
1 parent 41ccf05 commit d3298a3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/scripts/file-watcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ while IFS= read -r -d '' file; do
WATCHER_HASH=$(echo $JSON | jq -r '.WATCHER_HASH')
WATCHER_CONTAINS=$(echo $JSON | jq -r '.WATCHER_CONTAINS')

echo '#####'
echo $file
echo $WATCHER_URL
echo $WATCHER_HASH
echo $WATCHER_CONTAINS
echo '#####'

# Get the hash of the URL
EVAL_HASH="curl -sl $WATCHER_URL | md5sum | cut -d ' ' -f 1"
CALLED_HASH="$(eval $EVAL_HASH)"
Expand Down

0 comments on commit d3298a3

Please sign in to comment.