mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
fix run folder test-e2e-bc script
This commit is contained in:
parent
bcfe22b67a
commit
cfa8c780bb
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user