Skip to content

Commit

Permalink
Attempt to workaround matrix in commit status via env var
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Oct 30, 2024
1 parent ae067a0 commit 0a6c042
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ steps:
matrix:
- matrix value 1
- matrix value 2
env:
# Note: When used standalone, {{matrix}} needs to be quoted or the parsing will fail.
MATRIX_NAME_FOR_COMMIT_STATUS: "{{matrix}}"
notify:
- github_commit_status:
context: Dummy step with {{matrix}}
context: Dummy step with $$MATRIX_NAME_FOR_COMMIT_STATUS

0 comments on commit 0a6c042

Please sign in to comment.