Skip to content

Commit

Permalink
Use curl -s
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Dec 12, 2024
1 parent 852f42c commit e373768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ ids=(
a6f1f3ab481647dc492ab577cb7e60522efded549caf0544ba863d0a72958179/68747470733a2f2f616e61636f6e64612e6f72672f7566732d636f6d6d756e6974792f7577746f6f6c732f6261646765732f6c61746573745f72656c656173655f646174652e737667
)
for id in ${ids[*]}; do
curl -X PURGE https://camo.githubusercontent.com/$id | jq .
curl -s -X PURGE https://camo.githubusercontent.com/$id | jq .
done

0 comments on commit e373768

Please sign in to comment.