Skip to content

Commit

Permalink
Merge branch 'main' into renovate/update/turbo-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared authored Dec 5, 2024
2 parents a6b4f16 + 3fe24bc commit f6281ab
Show file tree
Hide file tree
Showing 1,880 changed files with 22,389 additions and 28,570 deletions.
28 changes: 14 additions & 14 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,40 @@ env:
GITHUB_REGISTRY_TOKEN: ${GITHUB_REGISTRY_TOKEN}

steps:
- name: ":package: Build (storybook)"
branches: "main"
command: ".buildkite/scripts/build-storybook.sh"
- name: ':package: Build (storybook)'
branches: 'main'
command: '.buildkite/scripts/build-storybook.sh'
timeout_in_minutes: 15
artifact_paths: "./storybook.tar.gz"
agent_query_rules: ["queue=build-unrestricted-large"]
artifact_paths: './storybook.tar.gz'
agent_query_rules: ['queue=build-unrestricted-large']
plugins:
- docker#v5.9.0:
image: node:22-bullseye
propagate-environment: true
propagate-aws-auth-tokens: true
- wait

- name: ":seedling: Publish: ${KAIZEN_DOMAIN_NAME}"
branches: "main"
key: "publish-step"
command: ".buildkite/scripts/publish.sh"
- name: ':seedling: Publish: ${KAIZEN_DOMAIN_NAME}'
branches: 'main'
key: 'publish-step'
command: '.buildkite/scripts/publish.sh'
timeout_in_minutes: 15
env:
KAIZEN_EXTRACT_ARTIFACTS: true
agent_query_rules: ["queue=build-unrestricted"]
agent_query_rules: ['queue=build-unrestricted']
concurrency_group: kaizen-design-system-publish
concurrency: 1
plugins:
- cultureamp/aws-assume-role#v0.2.0:
role: "${KAIZEN_ROLE_ARN}"
role: '${KAIZEN_ROLE_ARN}'
- docker#v5.9.0:
image: amazon/aws-cli
entrypoint: "/bin/bash"
entrypoint: '/bin/bash'
propagate-environment: true
propagate-aws-auth-tokens: true

- name: "LinearB: Record deployment time"
- name: 'LinearB: Record deployment time'
command: bin/ci_noop
branches: "main"
branches: 'main'
plugins:
- cultureamp/linearb-cycle-time#v1.1.3: ~
5 changes: 1 addition & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@cultureamp/changelog-github",
{ "repo": "cultureamp/kaizen-design-system" }
],
"changelog": ["@cultureamp/changelog-github", { "repo": "cultureamp/kaizen-design-system" }],
"access": "public",
"baseBranch": "origin/main",
"updateInternalDependencies": "patch",
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions .changeset/selfish-turtles-applaud.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/silver-guests-build.md

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

Loading

0 comments on commit f6281ab

Please sign in to comment.