Skip to content

Commit

Permalink
point at the right script
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Aug 7, 2023
1 parent 656f374 commit 4075b16
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- restore_cache: *restore_bundler_cache
- restore_cache: *restore_yarn_cache

- run: ../../bin/checkout-and-link-starter-repo
- run: ../../bin/checkout-and-link-core-repo

# Install dependencies
- ruby/bundle-install
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- restore_cache: *restore_bundler_cache
- restore_cache: *restore_yarn_cache

- run: ../../bin/checkout-and-link-starter-repo
- run: ../../bin/checkout-and-link-core-repo

# Install dependencies
- ruby/bundle-install
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- restore_cache: *restore_bundler_cache
- restore_cache: *restore_yarn_cache

- run: ../../bin/checkout-and-link-starter-repo
- run: ../../bin/checkout-and-link-core-repo

# Install dependencies
- ruby/bundle-install
Expand Down Expand Up @@ -235,6 +235,8 @@ jobs:
- restore_cache: *restore_bundler_cache
- restore_cache: *restore_yarn_cache

- run: ../../bin/checkout-and-link-core-repo

# Install dependencies
- ruby/bundle-install
- run: bin/link
Expand Down Expand Up @@ -280,6 +282,8 @@ jobs:
- restore_cache: *restore_bundler_cache
- restore_cache: *restore_yarn_cache

- run: ../../bin/checkout-and-link-core-repo

# Install dependencies
- ruby/bundle-install
- run: bin/link
Expand Down

0 comments on commit 4075b16

Please sign in to comment.