Skip to content

Commit 694a60a

Browse files
authored
Merge pull request #1 from programic/feature/sentry-no-changes
ignore empty commit set for sentry deployment
2 parents df7af7c + a458d0b commit 694a60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipe/pipe.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ 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 --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

8181
build_push
8282
setup_ssh
8383
deploy
84-
create_sentry_release
84+
create_sentry_release

0 commit comments

Comments
 (0)