Skip to content

Commit

Permalink
fix: add tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal committed Nov 5, 2017
1 parent cbe4d72 commit 99f8258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ test:
- npm run semantic-release || true
override:
- npm run build -- --env.browser && npm test
- sh ./shell/e2e.sh
- sh -x ./shell/e2e.sh
1 change: 1 addition & 0 deletions shell/e2e.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
aws s3 cp register/ s3://$S3_BUCKET_URL/js/$CIRCLE_SHA1 --recursive
aws s3api put-object-tagging --bucket $S3_BUCKET_URL --key js/$CIRCLE_SHA1 --tagging TagSet=[{Key=library,Value=$CIRCLE_REPOSITORY_URL}]
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 99f8258

Please sign in to comment.