From ad03761384b7fb815f4a7936929e98f895bd122b Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Tue, 17 Jan 2023 17:32:47 +0100 Subject: [PATCH] . --- .woodpecker.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d6a88d2..0b37e32 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,4 +8,8 @@ pipeline: image: alpine:latest commands: - apk update - - apk add git \ No newline at end of file + - apk add git + gpu: + image: oguzpastirmaci/gpu-burn:latest + commands: + - echo "bla" \ No newline at end of file