Skip to content

Commit 94dfc80

Browse files
committed
circleci config changes
1 parent 0cdbfd6 commit 94dfc80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
88
pip3 install awscli --upgrade
9-
# sudo pip3 install docker-compose
109
install_deploysuite: &install_deploysuite
1110
name: Installation of install_deploysuite.
1211
command: |
@@ -16,10 +15,10 @@ install_deploysuite: &install_deploysuite
1615
cp ./../buildscript/awsconfiguration.sh .
1716
cp ./../buildscript/psvar-processor.sh .
1817
restore_cache_settings_for_build: &restore_cache_settings_for_build
19-
key: docker-node-modules-{{ checksum "yarn.lock" }}
18+
key: docker-node-modules-v6-{{ checksum "yarn.lock" }}
2019

2120
save_cache_settings: &save_cache_settings
22-
key: docker-node-modules-{{ checksum "yarn.lock" }}
21+
key: docker-node-modules-v6-{{ checksum "yarn.lock" }}
2322
paths:
2423
- node_modules
2524

0 commit comments

Comments
 (0)