feat: notifications (#172)
The Notifications API allows plugins to register Notification Providers which have `sendNotification` and `resendNotification`. Each plugin can listen to any events transmittet over the event bus and the result of the notification send will be persisted in the database to allow for clear communications timeline + ability to resend notifications.
This commit is contained in:
@@ -23,8 +23,10 @@ fi
|
||||
|
||||
FILES_COUNT="$(git diff-tree --no-commit-id --name-only -r "$CIRCLE_BRANCH" origin/master | grep -E "$GREP_PATTERN" -c)"
|
||||
|
||||
# reset to previous state
|
||||
git reset --hard HEAD@{1}
|
||||
if [ "$IS_CI" = true ]; then
|
||||
# reset to previous state
|
||||
git reset --hard $CIRCLE_SHA1
|
||||
fi
|
||||
|
||||
if [ "$FILES_COUNT" -eq 0 ]; then
|
||||
echo "0 files matching '$GREP_PATTERN'; exiting and marking successful."
|
||||
|
||||
Reference in New Issue
Block a user