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:
Maurizio Vitale
2021-02-01 15:01:20 +00:00
committed by GitHub
parent 112baf3072
commit e98df9a974
5 changed files with 29 additions and 55 deletions

View File

@@ -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"