mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Use the adf-logout latest version (#1953)
* Use the adf-logout * Use latest adf and js api * Add npm ci to be removed once the travis cache works * Fix deps
This commit is contained in:
@@ -4,6 +4,9 @@ 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"
|
||||
|
||||
|
Reference in New Issue
Block a user