Skip to content

Commit d49d8c0

Browse files
committed
fixup! Create artifacts_path
1 parent 239f60a commit d49d8c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.buildkite/pipeline.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ def create_entity(self) -> dict[str, Any]:
9292
],
9393
"agents": self.agent.create_entity(),
9494
"artifact_paths": [
95-
f"{self.project}/build/*.xml" f"{self.project}/build/*.json"
95+
f"{self.project}/build/*.xml",
96+
f"{self.project}/build/*.json"
9697
],
9798
}
9899
return data

0 commit comments

Comments
 (0)