Files
alfresco-content-app/scripts/ci/job_hooks/after_e2e.sh
Thomas Hunter 26afe58d2a [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
2021-04-30 11:58:38 +01:00

5 lines
231 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"