Correct Syntax for Using sed Command in GitLab CI
I’m currently working on a GitLab CI/CD pipeline and I’m trying to use the sed command to dynamically update the contents of a file while the pipeline is running. My goal is to replace a placeholder version in a json file with a dynamic value that changes based on the pipeline execution context. I wrote a command in the .gitlab-ci.yml file, but I don’t know if my syntax is correct or if there is a better way.