Fix double quots

This commit is contained in:
dvirlabs 2026-04-21 16:11:21 +03:00
parent 49daeac90d
commit d49b236a3b

View File

@ -41,7 +41,7 @@ steps:
echo "💡 Setting status-api image tag to: $TAG"
yq -i ".api.image.tag = \"$TAG\"" manifests/gitops-status-server/values.yaml
git add manifests/gitops-status-server/values.yaml
'git commit -m "ci: update status-api tag to $TAG" || echo "No changes"'
git commit -m "ci: update status-api tag to $TAG" || echo "No changes"
git push origin HEAD
trigger-gitops:
@ -62,5 +62,5 @@ steps:
- cd apps-gitops
- echo "# trigger at $(date) by gitops-status-api" >> .trigger
- git add .trigger
- 'git commit -m "ci: trigger apps-gitops build (gitops-status-api)" || echo "no changes"'
- git commit -m "ci: trigger apps-gitops build (gitops-status-api)" || echo "no changes"
- git push origin HEAD