Skip to content

Commit de3cf90

Browse files
authored
chore: Remove AWS S3 usage (#4763)
1 parent 5623ecf commit de3cf90

File tree

4 files changed

+5
-32
lines changed

4 files changed

+5
-32
lines changed

.circleci/config.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version: 2.1
77
orbs:
88
node: circleci/[email protected]
99
heroku: circleci/[email protected]
10-
aws-s3: circleci/[email protected]
1110
browser-tools: circleci/[email protected]
1211

1312
executors:
@@ -315,17 +314,13 @@ jobs:
315314
tar -cvf workspace/design-system-dist.tar .dist/
316315
cd .dist && zip -r dist . && mv dist.zip ../workspace/ && cd ..
317316
318-
- aws-s3/copy:
319-
from: workspace/dist.zip
320-
to: 's3://sldsbuilds/design-system/${CIRCLE_SHA1}/'
321-
322317
- persist_to_workspace:
323318
root: workspace
324319
paths:
325320
- design-system-dist.tar
326321
- dist.zip
327322

328-
# Publish to S3 & trigger database update
323+
# Publish artifact & trigger database update
329324
populate-database:
330325
executor: slds-executor
331326
resource_class: small

package-lock.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"postcss-loader": "3.0.0",
168168
"postcss-nested-props": "2.0.0",
169169
"postcss-scss": "3.0.2",
170-
"precss": "3.1.2",
170+
"precss": "^3.1.2",
171171
"prettier": "^2.3.1",
172172
"prop-types": "15.7.2",
173173
"puppeteer": "9.1.1",

release-s3.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)