From 4821f66b8419d98be8470967fbdce53d38067e40 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sun, 21 Jan 2024 16:23:14 +0100 Subject: [PATCH] CI: Fix a typo --- .woodpecker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index fa40618..6a82558 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -6,7 +6,7 @@ steps: gcc main.c -o main test: - image: image: git.holgersson.xyz/nfr/alpine-with-gcc:latest + image: git.holgersson.xyz/nfr/alpine-with-gcc:latest pull: true commands: ./main