From 3cb52f2c059c287de064ce1747a9e42774b450b5 Mon Sep 17 00:00:00 2001 From: collin Date: Fri, 19 Jun 2026 11:36:32 +0200 Subject: [PATCH] Removing git installation from deploy ci --- .woodpecker/deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml index 2e22b44..d47c7d4 100644 --- a/.woodpecker/deploy.yaml +++ b/.woodpecker/deploy.yaml @@ -12,7 +12,6 @@ steps: volumes: - /etc/ssh:/etc/ssh commands: - - apt install git - npm ci - npm run deploy