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

Syntax error in source-build release pipeline #3213

Closed
lbussell opened this issue Jan 17, 2023 · 1 comment · Fixed by #3216
Closed

Syntax error in source-build release pipeline #3213

lbussell opened this issue Jan 17, 2023 · 1 comment · Fixed by #3216
Assignees
Labels
area-infra Source-build infrastructure and reporting

Comments

@lbussell
Copy link
Contributor

lbussell commented Jan 17, 2023

[All links are internal Microsoft only]

In the "Submit announcement discussion" pipeline step:

/usr/bin/bash --noprofile --norc /mnt/vss/_work/_temp/67b1c7ed-86a3-4162-9976-f912dbf1bfe4.sh
+ echo Repo ID is MDEwOlJlcG9zaXRvcnk2NTQ5MDc0Mg==
/mnt/vss/_work/_temp/67b1c7ed-86a3-4162-9976-f912dbf1bfe4.sh: line 21: syntax error near unexpected token `('
Repo ID is MDEwOlJlcG9zaXRvcnk2NTQ5MDc0Mg==
##[error]Bash exited with code '2'.

Please see the error here. The fix should be something like this commit.

This needs to be fixed before the next source-build release.

@MichaelSimons
Copy link
Member

@lbussell - would you mind submitting a PR for this? TIA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-infra Source-build infrastructure and reporting
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants