mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-12-01 02:51:00 +01:00
maybe fix placeholder git name
This commit is contained in:
parent
924496e148
commit
e85b27a61c
@ -121,10 +121,10 @@ 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
|
||||
- git config user.name "Gitlab CI"
|
||||
- git config user.email "noreply@example.com"
|
||||
- yq -ei '.app.image.tag = "${CI_COMMIT_SHORT_SHA}"' values-prod.yaml
|
||||
- yq -ei '.web.image.tag = "${CI_COMMIT_SHORT_SHA}"' values-prod.yaml
|
||||
- git diff
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user