-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SDK-813 break down task set * Revert "SDK-813 break down task set" This reverts commit e2579fd. * SDK-813 update workflow.yaml * SDK-813: Updated stop_on_error for acp:openapi:create Co-authored-by: Kyrylo Meretskyi <[email protected]>
- Loading branch information
1 parent
b5c1a7b
commit 8529ead
Showing
3 changed files
with
46 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
id: "acp:asyncapi:full-flow" | ||
short_description: "Create ACP AsyncAPI" | ||
help: ~ | ||
stage: build | ||
version: 1.0.0 | ||
command: ~ | ||
type: task_set | ||
tasks: | ||
- id: "acp:asyncapi:create" | ||
stop_on_error: true | ||
- id: "acp:asyncapi:message-add" | ||
stop_on_error: true | ||
- id: "acp:asyncapi:validate" | ||
stop_on_error: true | ||
- id: "acp:asyncapi:generate" | ||
stop_on_error: true | ||
placeholders: [] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
id: "acp:openapi:full-flow" | ||
short_description: "Create ACP OpenAPI" | ||
help: ~ | ||
stage: build | ||
version: 1.0.0 | ||
command: ~ | ||
type: task_set | ||
tasks: | ||
- id: "acp:openapi:create" | ||
stop_on_error: false | ||
- id: "acp:openapi:validate" | ||
stop_on_error: true | ||
- id: "acp:openapi:generate" | ||
stop_on_error: true | ||
placeholders: [] |