From 2414e5419512889066c64a735bf0277d7fe9907f Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 14 Jul 2025 11:05:51 -0700 Subject: [PATCH] Output more information when cloning repos for include_plugins CI task --- .cirrus.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index a9557a83e1..83909a00e6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -803,9 +803,13 @@ include_plugins_debian12_task: sync_submodules_script: git submodule update --recursive --init fetch_external_plugins_script: - cd /zeek/testing/builtin-plugins/external && git clone https://github.com/zeek/zeek-perf-support.git + - cd zeek-perf-support && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))" - cd /zeek/testing/builtin-plugins/external && git clone https://github.com/zeek/zeek-more-hashes.git + - cd zeek-more-hashes && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))" - cd /zeek/testing/builtin-plugins/external && git clone https://github.com/zeek/zeek-cluster-backend-nats.git + - cd zeek-cluster-backend-nats && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))" - cd /zeek/testing/builtin-plugins/external && git clone https://github.com/SeisoLLC/zeek-kafka.git + - cd zeek-kafka && echo "Cloned $(git rev-parse HEAD) for $(basename $(pwd))" always: ccache_cache: folder: /tmp/ccache