Skip to content

Commit 170cbc5

Browse files
authored
Merge pull request #44 from topcoder-platform/build_fix
Fix errors seen in build
2 parents cb285b3 + c0ff57f commit 170cbc5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ install_deploysuite: &install_deploysuite
1515
cp ./../buildscript/awsconfiguration.sh .
1616
cp ./../buildscript/psvar-processor.sh .
1717
18-
restore_cache_settings_for_build: &restore_cache_settings_for_build
19-
key: docker-node-modules-{{ checksum "yarn.lock" }}
20-
21-
save_cache_settings: &save_cache_settings
22-
key: docker-node-modules-{{ checksum "yarn.lock" }}
23-
paths:
24-
- node_modules
25-
2618
finger_print_add: &finger_print_add
2719
fingerprints:
2820
- SHA256:KJYSvQh9CxkY9yRXxp+Geo6cllnfSiiKAH3LFQ/X9f4
@@ -33,7 +25,6 @@ builddeploy_steps: &builddeploy_steps
3325
- setup_remote_docker
3426
- run: *install_dependency
3527
- run: *install_deploysuite
36-
- restore_cache: *restore_cache_settings_for_build
3728
- run:
3829
name: "Authenticate with CodeArtifact and build Docker image"
3930
command: |
@@ -51,7 +42,6 @@ builddeploy_steps: &builddeploy_steps
5142
source buildvar_env
5243
rm -f awsenvconf
5344
./build.sh ${APPNAME}
54-
- save_cache: *save_cache_settings
5545
- deploy:
5646
name: Running MasterScript.
5747
command: |

0 commit comments

Comments
 (0)