mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Fix fuzzit job (#6005)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
337a1fbffd
commit
58866f083d
|
@ -21,7 +21,7 @@ do
|
|||
done
|
||||
|
||||
# Install fuzzit CLI
|
||||
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.29/fuzzit_Linux_x86_64
|
||||
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.45/fuzzit_Linux_x86_64
|
||||
chmod a+x fuzzit
|
||||
|
||||
for TARGET in "${TARGETS[@]}"
|
||||
|
|
Loading…
Reference in a new issue