File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44definitions :
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}
You can’t perform that action at this time.
0 commit comments