diff --git a/.woodpecker.yml b/.woodpecker.yml index a022eaa..0915f2f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,7 +8,6 @@ steps: - apk add wget - cp README.tpl.md README.md - ./bin/rss -f https://www.deblan.io/RSS | head -n 10 >> README.md - - cat README.md - git status - git add . - git commit -m "Build ${CI_BUILD_NUMBER}" || true @@ -17,7 +16,7 @@ steps: - 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 + - git push repo main || true when: event: [deployment, cron]