From 30b2c10642876570336c8e00a83deedea1bb648c Mon Sep 17 00:00:00 2001 From: Linus Sehn Date: Fri, 21 Jan 2022 17:21:09 +0100 Subject: [PATCH] test failure --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a2f966c..f4637b7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: pull: if-not-exists image: nixery.dev/shell/fping commands: - - fping 10.200.64.1 10.200.64.2 10.200.64.3 10.200.64.4 10.200.64.5 10.200.64.7 10.200.64.8 10.200.64.9 + - fping 10.200.64.1 10.200.64.2 10.200.64.3 10.200.64.4 10.200.64.5 10.200.64.7 10.200.64.8 10.200.64.9 10.200.64.12 --- kind: pipeline