From 203a660e638825dff74d52c6b9d2ad5679c7a730 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 24 Oct 2021 10:40:45 +0200 Subject: woodpecker: Print matrix combination information Signed-off-by: Matthias Beyer --- .woodpecker/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index a9c1cf9..55ff90b 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -3,6 +3,7 @@ pipeline: image: rust:${RUST_VERSION} pull: true commands: + - echo "Using rust:${RUST_VERSION} on service-${SERVICE}" - cd service-${SERVICE} - cargo check when: -- cgit v1.2.3