Skip to content

Commit dc368d0

Browse files
committed
Fixing Build issue
1 parent 94c53c0 commit dc368d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@ save_cache_settings: &save_cache_settings
2323
paths:
2424
- node_modules
2525

26+
finger_print_add: &finger_print_add
27+
fingerprints:
28+
- SHA256:KJYSvQh9CxkY9yRXxp+Geo6cllnfSiiKAH3LFQ/X9f4
29+
2630
builddeploy_steps: &builddeploy_steps
31+
- add_ssh_keys: *finger_print_add
2732
- checkout
2833
- setup_remote_docker
2934
- run: *install_dependency

0 commit comments

Comments
 (0)