Skip to content

Commit 08d83e3

Browse files
Update workflow_v2.go (#424)
* Update workflow_v2.go * Update VERSION
1 parent b6c394b commit 08d83e3

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.43.2
1+
0.43.3

pkg/codefresh/workflow_v2.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ func (w *workflowV2) Get(ctx context.Context, uid string) (*model.Workflow, erro
6262
}
6363
status {
6464
phase
65-
progress {
66-
total
67-
done
68-
}
65+
progress
6966
nodes {
7067
type
7168
name

0 commit comments

Comments
 (0)