Skip to content

Commit

Permalink
fix: add aws uplpad script
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal committed Nov 5, 2017
1 parent 3b2b3b8 commit a394502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/e2e.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
aws s3 cp s3://$S3_BUCKET_URL/js/$CIRCLE_SHA1 register/ --recursive
curl -X POST -d "repositoryURL=$CIRCLE_REPOSITORY_URL" -d "currentBranch=$CIRCLE_BRANCH" -d "currentBuildNumber=$CIRCLE_BUILD_NUM" -d "previousBuildNumber=$CIRCLE_PREVIOUS_BUILD_NUM" -d "sha1=$CIRCLE_SHA1" -d "pullRequest=$CI_PULL_REQUEST" $E2E_TRIGGER

0 comments on commit a394502

Please sign in to comment.