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"