Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
huang195 committed Jun 10, 2021
1 parent 9979bd2 commit cf4440f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/gitops/templates/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
git checkout -b iter8_exp;\
git commit -a -m 'update baseline';\
git push -f origin iter8_exp;\
curl -u${USER}:${TOKEN} -XPOST https://api.github.com/repos/MY_ORG/iter8/pulls -s -d '{\"head\":\"iter8_exp\", \"base\":\"${BRANCH}\", \"body\":\"update baseline\", \"title\":\"Iter8 GitOps\"}';\
curl -u${USER}:${TOKEN} -XPOST https://api.github.com/repos/huang195/iter8/pulls -s -d \"{\\\"head\\\":\\\"iter8_exp\\\", \\\"base\\\":\\\"${BRANCH}\\\", \\\"body\\\":\\\"update baseline\\\", \\\"title\\\":\\\"Iter8 GitOps\\\"}\";\
fi;\
kubectl -n {{ .namespace }} apply -f istio-vs.yaml;\
"
Expand Down

0 comments on commit cf4440f

Please sign in to comment.