Skip to content

Commit 20e770d

Browse files
authored
AAE-23545 Remove default app (#10198)
1 parent 44a589e commit 20e770d

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed
-133 KB
Binary file not shown.

lib/cli/scripts/resources.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -223,23 +223,6 @@ export const ACTIVITI_CLOUD_APPS: any = {
223223
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
224224
}
225225
}
226-
},
227-
UAT_BE_DEFAULT_APP: {
228-
name: 'uat-be-default-app',
229-
file_location: (TAG = 'develop') =>
230-
`https://github.com/Alfresco/alfresco-ng2-components/blob/${TAG}/e2e/resources/activiti7/uat-be-default-app.zip?raw=true`,
231-
processes: {
232-
'script-acs-process': 'script-acs-process'
233-
},
234-
security: [
235-
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['processadminuser'] },
236-
{ role: 'ACTIVITI_USER', groups: ['sales', 'testgroup'], users: ['hruser', 'salesuser', 'testadmin', 'testuser'] }
237-
],
238-
variables: {
239-
'process-runtime-service': {
240-
ALFRESCO_PROCESS_TASKEMAIL_ENABLED: false
241-
}
242-
}
243226
}
244227
};
245228

0 commit comments

Comments
 (0)