Fix resources path for releasing apps (#5691)

This commit is contained in:
davidcanonieto 2020-05-12 18:15:18 +01:00 committed by GitHub
parent d331e32174
commit b32f3f7f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
export const ACTIVITI_CLOUD_APPS: any = { export const ACTIVITI_CLOUD_APPS: any = {
CANDIDATE_BASE_APP: { CANDIDATE_BASE_APP: {
name: 'candidatebaseapp', name: 'candidatebaseapp',
file_location: 'https://github.com/Alfresco/alfresco-ng2-components/blob/development/e2e/resources/activiti7/candidatebaseapp.zip?raw=true', file_location: 'https://github.com/Alfresco/alfresco-ng2-components/blob/develop/e2e/resources/activiti7/candidatebaseapp.zip?raw=true',
processes: { processes: {
candidateUserProcess: 'candidateuserprocess', candidateUserProcess: 'candidateuserprocess',
candidateGroupProcess: 'candidategroupprocess', candidateGroupProcess: 'candidategroupprocess',
@ -62,7 +62,7 @@ export const ACTIVITI_CLOUD_APPS: any = {
}, },
SIMPLE_APP: { SIMPLE_APP: {
name: 'simpleapp', name: 'simpleapp',
file_location: 'https://github.com/Alfresco/alfresco-ng2-components/blob/development/e2e/resources/activiti7/simpleapp.zip?raw=true', file_location: 'https://github.com/Alfresco/alfresco-ng2-components/blob/develop/e2e/resources/activiti7/simpleapp.zip?raw=true',
processes: { processes: {
processwithvariables: 'processwithvariables', processwithvariables: 'processwithvariables',
simpleProcess: 'simpleprocess', simpleProcess: 'simpleprocess',
@ -172,7 +172,7 @@ export const ACTIVITI_CLOUD_APPS: any = {
}, },
SUB_PROCESS_APP: { SUB_PROCESS_APP: {
name: 'subprocessapp', name: 'subprocessapp',
file_location: 'https://github.com/Alfresco/alfresco-ng2-components/blob/development/e2e/resources/activiti7/subprocessapp.zip?raw=true', file_location: 'https://github.com/Alfresco/alfresco-ng2-components/blob/develop/e2e/resources/activiti7/subprocessapp.zip?raw=true',
processes: { processes: {
processchild: 'processchild', processchild: 'processchild',
processparent: 'processparent' processparent: 'processparent'