mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:01:08 +08:00
ci: use guitarrapc/git-shallow-clone
CircleCI orb to do a git checkout with --depth 1
This commit is contained in:
parent
0445910516
commit
7c6727cb6f
@ -41,13 +41,17 @@ executors:
|
||||
NODE_OPTIONS: --max_old_space_size=4096
|
||||
resource_class: <<parameters.class>>
|
||||
|
||||
orbs:
|
||||
git-shallow-clone: guitarrapc/git-shallow-clone@2.0.3
|
||||
|
||||
jobs:
|
||||
build:
|
||||
executor:
|
||||
class: medium
|
||||
name: sb_node_10_classic
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- run:
|
||||
name: Remove examples
|
||||
command: rm -rf examples/
|
||||
@ -79,7 +83,8 @@ jobs:
|
||||
class: medium
|
||||
name: sb_node_10_classic
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- restore_cache:
|
||||
name: Restore Yarn cache
|
||||
keys:
|
||||
@ -103,7 +108,8 @@ jobs:
|
||||
class: small
|
||||
name: sb_node_10_classic
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- run:
|
||||
name: Keep only root package
|
||||
command: rm -rf examples/ && rm -rf addons/ && rm -rf app/ && rm -rf lib/
|
||||
@ -127,6 +133,7 @@ jobs:
|
||||
executor: sb_node_10_browsers
|
||||
parallelism: 4
|
||||
steps:
|
||||
# Keep using default checkout because Chromatic needs some git history to work properly
|
||||
- checkout
|
||||
- attach_workspace:
|
||||
at: .
|
||||
@ -139,7 +146,8 @@ jobs:
|
||||
class: medium
|
||||
name: sb_node_10_browsers
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
@ -153,7 +161,8 @@ jobs:
|
||||
name: sb_node_10_browsers
|
||||
parallelism: 4
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
@ -169,7 +178,8 @@ jobs:
|
||||
class: medium
|
||||
name: sb_node_10_classic
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
@ -186,7 +196,8 @@ jobs:
|
||||
working_directory: /tmp/storybook
|
||||
parallelism: 4
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
@ -217,7 +228,8 @@ jobs:
|
||||
name: sb_node_12_browsers
|
||||
working_directory: /tmp/storybook
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
@ -248,7 +260,8 @@ jobs:
|
||||
name: sb_node_10_classic
|
||||
working_directory: /tmp/storybook
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
@ -280,7 +293,8 @@ jobs:
|
||||
environment:
|
||||
TERM: xterm
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
@ -296,13 +310,13 @@ jobs:
|
||||
- store_artifacts:
|
||||
path: /tmp/storybook/cypress
|
||||
destination: cypress
|
||||
|
||||
smoke-tests:
|
||||
executor:
|
||||
class: medium
|
||||
name: sb_node_10_browsers
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
@ -368,7 +382,8 @@ jobs:
|
||||
frontpage:
|
||||
executor: sb_node_10_browsers
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: yarn bootstrap --install
|
||||
@ -380,7 +395,8 @@ jobs:
|
||||
class: small
|
||||
name: sb_node_10_classic
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
@ -389,7 +405,8 @@ jobs:
|
||||
test:
|
||||
executor: sb_node_10_browsers
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
@ -404,7 +421,8 @@ jobs:
|
||||
class: small
|
||||
name: sb_node_10_browsers
|
||||
steps:
|
||||
- checkout
|
||||
- git-shallow-clone/checkout_advanced:
|
||||
clone_options: '--depth 1 --verbose'
|
||||
- attach_workspace:
|
||||
at: .
|
||||
- run:
|
||||
|
Loading…
x
Reference in New Issue
Block a user