From 021f0fbe3b7a2a03f084da373009f7caa46a6036 Mon Sep 17 00:00:00 2001 From: Folkert van Heusden Date: Thu, 10 Oct 2024 21:10:15 +0200 Subject: [PATCH] trigger CodeCleaner --- ci.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci.sh b/ci.sh index f2fbf74..748ee63 100755 --- a/ci.sh +++ b/ci.sh @@ -1,5 +1,7 @@ #! /bin/sh +ssh -CAYf 172.29.0.132 /home/folkert/CC.work/update-iESP.sh + F=/tmp/iesp-ci.log rm -f $F ./ci-runner.sh > $F 2>&1