Skip to content

Commit 8aca136

Browse files
committed
chore: update env cache key in circleci config
1 parent a443eab commit 8aca136

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ commands:
368368
- restore_cache:
369369
key: bitsrc-registry10
370370
- restore_cache:
371-
key: core-aspect-env-v0.0.80-v1
371+
key: core-aspect-env-v0.1.0-v1
372372
- run: npm view @teambit/bit version > ./version.txt
373373
- restore_cache:
374374
key: v3-linux-bvm-folder-{{ checksum "version.txt" }}
@@ -451,7 +451,7 @@ commands:
451451
- restore_cache:
452452
key: bitsrc-registry10
453453
- restore_cache:
454-
key: core-aspect-env-v0.0.80-v1
454+
key: core-aspect-env-v0.1.0-v1
455455
- run: npm view @teambit/bit version > ./version.txt
456456
- restore_cache:
457457
key: v3-linux-bvm-folder-{{ checksum "version.txt" }}
@@ -557,7 +557,7 @@ jobs:
557557
name: bbit install
558558
command: cd bit && bbit install
559559
- save_cache:
560-
key: core-aspect-env-v0.0.80-v1
560+
key: core-aspect-env-v0.1.0-v1
561561
paths:
562562
- /home/circleci/Library/Caches/Bit/capsules/caec9a107
563563
# - run: cd bit && bbit compile
@@ -612,7 +612,7 @@ jobs:
612612
- restore_cache:
613613
key: bitsrc-registry10
614614
- restore_cache:
615-
key: core-aspect-env-v0.0.80-v1
615+
key: core-aspect-env-v0.1.0-v1
616616
- run:
617617
name: 'check circular dependencies'
618618
command: 'cd bit && ./scripts/circular-deps-check/ci-check.sh'

0 commit comments

Comments
 (0)