mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
8 lines
302 B
Bash
Executable File
8 lines
302 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
storage_dir="./storage-state/AdminUserState.json"
|
|
rm -rf $storage_dir
|
|
|
|
# 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"
|