We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd54ee commit 9156c70Copy full SHA for 9156c70
src/components/ApplicationGroup/AppGroup.utils.ts
@@ -101,7 +101,7 @@ export const processWorkflowStatuses = (
101
wf.nodes = wf.nodes.map((node) => {
102
switch (node.type) {
103
case 'CI':
104
- node.status = node.isLinkedCI ? ciMap[node.parentCiPipeline]?.status : ciMap[node.id]?.status
+ node.status = ciMap[node.id]?.status
105
node.storageConfigured = ciMap[node.id]?.storageConfigured
106
break
107
case 'PRECD':
0 commit comments