summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: