Skip to content

Commit

Permalink
fix: fix read app empty mesage
Browse files Browse the repository at this point in the history
Signed-off-by: FogDong <[email protected]>
  • Loading branch information
FogDong committed Aug 9, 2023
1 parent d67cb6f commit b0551de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions addons/vela-workflow/definitions/read-app.cue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ template: {
}
}
}
if read.err == _|_ {
msg: op.#Message & {
message: "Application read successfully"
}
}
}
parameter: {
name: string
Expand Down
2 changes: 1 addition & 1 deletion addons/vela-workflow/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vela-workflow
version: v0.6.0
version: v0.6.1
description: "vela-workflow provides the capability to run a standalone workflow"
icon: "https://static.kubevela.net/images/logos/KubeVela%20-03.png"
url: "https://github.com/kubevela/workflow"
Expand Down

0 comments on commit b0551de

Please sign in to comment.