diff --git a/.woodpecker.yml b/.woodpecker.yml index d12faf5..50da310 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,10 @@ pipeline: build: - image: golang + image: rust commands: - echo "LOL" test: - image: golang + image: rust commands: - echo "LAL" \ No newline at end of file