Skip to content

Commit

Permalink
fixup! Create artifacts_path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsapran committed Mar 19, 2024
1 parent 239f60a commit d49d8c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ def create_entity(self) -> dict[str, Any]:
],
"agents": self.agent.create_entity(),
"artifact_paths": [
f"{self.project}/build/*.xml" f"{self.project}/build/*.json"
f"{self.project}/build/*.xml",
f"{self.project}/build/*.json"
],
}
return data
Expand Down

0 comments on commit d49d8c0

Please sign in to comment.