Skip to content

Commit a458d0b

Browse files
committed
ignore empty commit set for sentry deployment
1 parent e67d419 commit a458d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipe/pipe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ create_sentry_release() {
7474
sentry-cli releases new --finalize --project "${PROJECT_NAME}" "${SENTRY_RELEASE}"
7575
success "Created new Sentry release"
7676

77-
sentry-cli releases set-commits --ignore-empty --auto "${SENTRY_RELEASE}"
77+
sentry-cli releases set-commits --ignore-empty --ignore-missing --auto "${SENTRY_RELEASE}"
7878
success "Associate commits with the release"
7979
}
8080

0 commit comments

Comments
 (0)