Skip to content

Commit 51f651e

Browse files
author
Andrea Barbasso
committed
[DSC-2926] split UXP and DSC caches
1 parent aaaae17 commit 51f651e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

bitbucket-pipelines.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ options:
33

44
definitions:
55
caches:
6-
cypress-2025-02-x: ~/.cache/Cypress
7-
node-2025-02-x: ./node_modules
6+
cypress-dsc-2025-02-x: ~/.cache/Cypress
7+
node-dsc-2025-02-x: ./node_modules
88

99
steps:
1010
- step: &preliminary-operation
@@ -66,7 +66,7 @@ definitions:
6666
run-as-user: 1000
6767
size: 4x
6868
caches:
69-
- node-2025-02-x
69+
- node-dsc-2025-02-x
7070
script:
7171
- npm ci
7272
- npm run build:prod:ci
@@ -82,7 +82,7 @@ definitions:
8282
run-as-user: 1000
8383
size: 4x
8484
caches:
85-
- node-2025-02-x
85+
- node-dsc-2025-02-x
8686
script:
8787
- npm run build:lint
8888
- npm run ng-high-memory -- lint --quiet
@@ -102,8 +102,8 @@ definitions:
102102
services:
103103
- docker
104104
caches:
105-
- node-2025-02-x
106-
- cypress-2025-02-x
105+
- node-dsc-2025-02-x
106+
- cypress-dsc-2025-02-x
107107
script:
108108
- apt-get update && apt-get install -y curl
109109
- export HASH_COMMIT=${BITBUCKET_COMMIT:0:8}

0 commit comments

Comments
 (0)