mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
* [ACA-4232] Call the scan-env adf-cli command before and after each E2E job * [ACA-4232] Updated host environment variable
7 lines
352 B
Bash
Executable File
7 lines
352 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# 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 "$API_CONTENT_HOST" -u "$ADMIN_EMAIL" -p "$ADMIN_PASSWORD"
|