From b32f3f7f01d275782dba7124c22fd5a7fe58edf6 Mon Sep 17 00:00:00 2001 From: davidcanonieto Date: Tue, 12 May 2020 18:15:18 +0100 Subject: [PATCH] Fix resources path for releasing apps (#5691) --- .../src/lib/process-services-cloud/resources/resources.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/testing/src/lib/process-services-cloud/resources/resources.ts b/lib/testing/src/lib/process-services-cloud/resources/resources.ts index 3b90f4f5ad..3568f971a7 100644 --- a/lib/testing/src/lib/process-services-cloud/resources/resources.ts +++ b/lib/testing/src/lib/process-services-cloud/resources/resources.ts @@ -19,7 +19,7 @@ export const ACTIVITI_CLOUD_APPS: any = { CANDIDATE_BASE_APP: { 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: { candidateUserProcess: 'candidateuserprocess', candidateGroupProcess: 'candidategroupprocess', @@ -62,7 +62,7 @@ export const ACTIVITI_CLOUD_APPS: any = { }, SIMPLE_APP: { 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: { processwithvariables: 'processwithvariables', simpleProcess: 'simpleprocess', @@ -172,7 +172,7 @@ export const ACTIVITI_CLOUD_APPS: any = { }, SUB_PROCESS_APP: { 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: { processchild: 'processchild', processparent: 'processparent'