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"
|
echo "💡 Setting status-api image tag to: $TAG"
|
||||||
yq -i ".api.image.tag = \"$TAG\"" manifests/gitops-status-server/values.yaml
|
yq -i ".api.image.tag = \"$TAG\"" manifests/gitops-status-server/values.yaml
|
||||||
git add 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
|
git push origin HEAD
|
||||||
|
|
||||||
trigger-gitops:
|
trigger-gitops:
|
||||||
@ -62,5 +62,5 @@ steps:
|
|||||||
- cd apps-gitops
|
- cd apps-gitops
|
||||||
- echo "# trigger at $(date) by gitops-status-api" >> .trigger
|
- echo "# trigger at $(date) by gitops-status-api" >> .trigger
|
||||||
- git add .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
|
- git push origin HEAD
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user