mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
Remove temporarily added npm ci, since Travis has been fixed (#2011)
This commit is contained in:
parent
60607c1305
commit
287b88e525
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user