Skip to content

Commit

Permalink
Add missing artifact deleted to the table
Browse files Browse the repository at this point in the history
The artifact deleted event was missing in the list of predicates
available for the artifact subject - fixing that.

Fixes: #197

Signed-off-by: Andrea Frittoli <andrea.frittoli@gmail.com>
  • Loading branch information
afrittoli committed Apr 3, 2024
1 parent 3649cc5 commit 1950f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This specification defines two subjects in this stage: `build` and `artifact`. E
| Subject | Description | Predicates |
|---------|-------------|------------|
| [`build`](#build) | A software build | [`queued`](#build-queued), [`started`](#build-started), [`finished`](#build-finished)|
| [`artifact`](#artifact) | An artifact produced by a build | [`packaged`](#artifact-packaged), [`signed`](#artifact-signed), [`published`](#artifact-published), [`downloaded`](#artifact-downloaded)|
| [`artifact`](#artifact) | An artifact produced by a build | [`packaged`](#artifact-packaged), [`signed`](#artifact-signed), [`published`](#artifact-published), [`downloaded`](#artifact-downloaded), [`deleted`](#artifact-deleted)|

> `testCase`/`testSuite` events have moved to their own top-level bucket [Testing Events](testing-events.md)
Expand Down

0 comments on commit 1950f6f

Please sign in to comment.