Skip to content

Commit

Permalink
add release s3 job
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchunqiang committed Jan 9, 2019
1 parent f6c6a93 commit ad45c3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,10 @@ jobs:
command: |
aws configure --profile android_stage set region us-east-1
echo -e "[android_stage]\naws_access_key_id=${AWS_ACCESS_KEY_ID_ANDROID}\naws_secret_access_key=${AWS_SECRET_ACCESS_KEY_ANDROID}\n" >> ~/.aws/credentials
aws s3 cp "$sdkversion.zip" s3:///mylistname/test --profile android_stage
aws s3 cp "$sdkversion.zip" s3:///mylistname/test --profile android_stage
workflows:
version: 2
version: 2
build_test:
jobs:
Expand Down

0 comments on commit ad45c3e

Please sign in to comment.