mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-16 17:54:45 +00:00
5 lines
231 B
Bash
Executable File
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"
|