mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
* [ACS-1525] Only run scan environment on cron * [ACS-1525] Remove environment scan * [ACS-1525] Add example of use of the command in README * Add exit 0
5 lines
215 B
Bash
Executable File
5 lines
215 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_SMART_RUNNER_PATH/$TRAVIS_JOB_ID.tar.bz2"
|