Skip to content

Commit 03be905

Browse files
committed
FK
1 parent ed1e4fe commit 03be905

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sentry/preprod/tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,9 @@ def create_preprod_artifact(
185185
file_id=existing_file.id,
186186
build_configuration=build_config,
187187
state=PreprodArtifact.ArtifactState.UPLOADED,
188+
commit_comparison=commit_comparison.id if commit_comparison else None,
188189
)
189-
# TODO: FK on commit comparison
190+
190191
logger.info(
191192
"Created preprod artifact",
192193
extra={

0 commit comments

Comments
 (0)