Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repro of buildkite CI script bug when commit msg contains vars #14590

Closed
wants to merge 1 commit into from

Conversation

sqs
Copy link
Member

@sqs sqs commented Oct 11, 2020

This commit message interpolates a ${vari.able} with a dot in it and causes buildkite CI to fail in the pipeline parsing step: https://buildkite.com/sourcegraph/sourcegraph/builds/76004#94723614-c602-4b41-812c-36d34f7954dc/50-54


2020-10-11 02:37:41 INFO   Reading pipeline config from STDIN
--
  | 2020-10-11 02:37:42 INFO   Updating BUILDKITE_COMMIT to "a2177c59a2cf3ba99153c5b1eef8691593c81255"
  | 2020-10-11 02:37:42 FATAL  Pipeline parsing of "" failed (Expected an operator, got .)

If you put a backslash before the dollar sign like interpolating \${this.here}, it works.

This commit message interpolates a `${vari.able}` and causes buildkite CI to fail in the pipeline parsing step.

If you put a backslash before the dollar sign like `interpolating \${this.here}`, it works.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant