From ee2b7a7091ef0e4cc3e2a4ca4938fd44ea2f4e6f Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:18:19 +0300 Subject: [PATCH] Build image --- .gitignore | 2 ++ .woodpecker.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a7d9777..1addc4d 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,5 @@ htmlcov/ # Docker Dockerfile.local docker-compose.local.yml + +gitops-status-server \ No newline at end of file diff --git a/.woodpecker.yml b/.woodpecker.yml index 78a782c..6029b6c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -30,6 +30,7 @@ steps: GIT_TOKEN: from_secret: GIT_TOKEN commands: + - ulimit -n 4096 - apk add --no-cache git yq - git config --global user.name "woodpecker-bot" - git config --global user.email "ci@dvirlabs.com"