From 4c3d8e6ef1bea7aa49f9b9d778769063f2b46910 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 7 Aug 2023 16:53:19 +0200 Subject: [PATCH] update ci --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index b1c0ae4..a022eaa 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -11,13 +11,13 @@ steps: - cat README.md - git status - git add . - - git commit -m "Build ${CI_BUILD_NUMBER}" + - git commit -m "Build ${CI_BUILD_NUMBER}" || true - mkdir -p ~/.ssh - eval $(ssh-agent -s) - echo "$SSH_PRIV_KEY" | tr -d '\r' | ssh-add - - 'echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - git remote add repo git@gitnet.fr:deblan/.profile.git - - git push repo main || true + - git push repo main when: event: [deployment, cron]