Skip to content

Commit

Permalink
Merge pull request #106 from GrimoireGL/feat/customizable-material
Browse files Browse the repository at this point in the history
fix: removed taggin
  • Loading branch information
kyasbal authored Nov 5, 2017
2 parents eb70d00 + 1ff387e commit 4648d37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shell/e2e.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
aws s3 cp register/ s3://$S3_BUCKET_URL/js/$CIRCLE_SHA1 --recursive --acl public-read
aws s3api put-object-tagging --bucket $S3_BUCKET_URL --key js/$CIRCLE_SHA1/index.js --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 4648d37

Please sign in to comment.