Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 4, 2024
1 parent 821ef13 commit 05879ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ def create_entity(self):
data = """
- label: "{{ stage.project }} {{ stage.name }}"
command:
- {{ stage.command }}
- "{{ stage.command }}"
notify:
- github_commit_status:
context: "{{ stage.project }}: {{ stage.name }}"
agents:
provider: {{ stage.provider }}
image:{{ stage.runner }}
provider: "{{ stage.provider }}"
image: "{{ stage.runner }}"
"""

tm = Template(data)
Expand Down

0 comments on commit 05879ee

Please sign in to comment.