summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-10-24 10:40:45 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-10-24 11:10:48 +0200
commit203a660e638825dff74d52c6b9d2ad5679c7a730 (patch)
treec70d4b9d04460e16e0e26c086711ce095da0ffea
parent0b55e2eace39191920176f9731bbd28bb9994d3c (diff)
woodpecker: Print matrix combination information
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.woodpecker/ci.yml1
1 files changed, 1 insertions, 0 deletions
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: