From 924496e14851c646e56d4c75e70c5cd1cd9217ea Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 17 Feb 2024 12:09:34 +0300 Subject: [PATCH] set placeholder git email/name --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd0827036..bf2774258 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,6 +121,8 @@ update-prod: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $PROD_HELM_TOKEN != null stage: publish script: + - git config user.name "Gitlab CI" + - git config user.email "noreply@example.com" - git clone https://token:${PROD_HELM_TOKEN}@gitlab.fakecake.org/git/helm-charts/tt-rss-prod.git chart - cd chart - yq -ei '.app.image.tag = "${CI_COMMIT_SHORT_SHA}"' values-prod.yaml