[ACS-1524] Remove environment scan (#2096)

* [ACS-1524] Only run scan environment on cron

* Temporary add branch to test cron

* Remove temporary branch from .travis.yml

* [ACS-1524] Remove environment scan
This commit is contained in:
Thomas Hunter 2021-04-30 12:58:38 +02:00 committed by GitHub
parent f31f6a086d
commit 26afe58d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -2,5 +2,3 @@
# Upload protractor-smartrunner artifact related to this particular job to S3
./scripts/ci/utils/artifact-to-s3.sh -a "$SMART_RUNNER_DIRECTORY" -o "$S3_DBP_FOLDER/protractor-smartrunner-$TRAVIS_JOB_ID.tar.bz2"
./node_modules/@alfresco/adf-cli/bin/adf-cli scan-env --host "$APP_CONFIG_ECM_HOST" -u "$ADMIN_EMAIL" -p "$ADMIN_PASSWORD"

View File

@ -4,9 +4,6 @@ FROM=$1;
TO=$2;
PARAMS=$3;
echo "====== Scan environment ====="
./node_modules/@alfresco/adf-cli/bin/adf-cli scan-env --host "$APP_CONFIG_ECM_HOST" -u "$ADMIN_EMAIL" -p "$ADMIN_PASSWORD"
echo "====== Check content UP ====="
./node_modules/@alfresco/adf-cli/bin/adf-cli check-cs-env --host "$APP_CONFIG_ECM_HOST" -u "$ADMIN_EMAIL" -p "$ADMIN_PASSWORD" || exit 1