From eeef252d6af3c6900e501872c90545c5e211cb35 Mon Sep 17 00:00:00 2001 From: val Date: Wed, 14 Sep 2022 14:49:04 +0000 Subject: [PATCH] Update '.woodpecker.yml' --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index de5aeef..242e5c4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,6 +4,6 @@ pipeline: commands: - echo "This is the build step" a-test-step: - image: debian + image: python commands: - - echo "Testing.." \ No newline at end of file + - python -V \ No newline at end of file