Remove temporarily added npm ci, since Travis has been fixed (#2011)

This commit is contained in:
Popovics András 2021-02-24 18:31:41 +01:00 committed by GitHub
parent 60607c1305
commit 287b88e525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,6 @@ FROM=$1;
TO=$2;
PARAMS=$3;
echo "====== install to be removed once travis cache is working again ====="
npm ci
echo "====== Scan environment ====="
./node_modules/@alfresco/adf-cli/bin/adf-cli scan-env --host "$API_CONTENT_HOST" -u "$ADMIN_EMAIL" -p "$ADMIN_PASSWORD"