From cfa8c780bb3bd84657480a84b6a9703496df63ab Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 17 Oct 2018 09:49:07 +0100 Subject: [PATCH] fix run folder test-e2e-bc script --- scripts/test-e2e-bc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-e2e-bc.sh b/scripts/test-e2e-bc.sh index a688ea1a4e..71beb06473 100755 --- a/scripts/test-e2e-bc.sh +++ b/scripts/test-e2e-bc.sh @@ -50,7 +50,7 @@ echo "====== COPY new build in node_modules ===== " rm -rf $DIR/../integration/base_ver_2_app/node_modules/@alfresco -node $DIR/scripts/download-build-in-cs.js --username "$E2E_USERNAME" --password "$E2E_PASSWORD" --host "$E2E_HOST" --folder $TRAVIS_BUILD_NUMBER; +node $DIR/download-build-in-cs.js --username "$E2E_USERNAME" --password "$E2E_PASSWORD" --host "$E2E_HOST" --folder $TRAVIS_BUILD_NUMBER; mkdir -p $DIR/../integration/base_ver_2_app/node_modules/@alfresco/adf-core/ && \ cp -R $DIR/../node_modules/@alfresco/adf-core/* $DIR/../integration/base_ver_2_app/node_modules/@alfresco/adf-core/