Skip to content

Fix variable initialization error in source-build.yml#8357

Merged
premun merged 1 commit intodotnet:mainfrom
akoeplinger:fix-variable
Jan 18, 2022
Merged

Fix variable initialization error in source-build.yml#8357
premun merged 1 commit intodotnet:mainfrom
akoeplinger:fix-variable

Conversation

@akoeplinger
Copy link
Copy Markdown
Member

The dollar prefix isn't used when initializing a variable, this led to line 9: =: command not found messages in the build

The dollar prefix isn't used when initializing a variable, this led to `line 9: =: command not found` messages in the build
@premun
Copy link
Copy Markdown
Member

premun commented Jan 18, 2022

There should be some linter for this kind of error 😅

@akoeplinger
Copy link
Copy Markdown
Member Author

Shellcheck would've caught it but this one is inside a .yml string 😄

@premun
Copy link
Copy Markdown
Member

premun commented Jan 18, 2022

Of course :D

@premun premun merged commit 4f445b1 into dotnet:main Jan 18, 2022
@akoeplinger akoeplinger deleted the fix-variable branch January 18, 2022 14:59
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.

2 participants