Fix double quots
This commit is contained in:
parent
49daeac90d
commit
d49b236a3b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user