Skip to content

Commit eb775f9

Browse files
authored
Merge pull request #42 from topcoder-platform/develop
[PROD RELEASE] - Updates & fixes
2 parents 01b4a4f + bdbcfcc commit eb775f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+711
-6506
lines changed

.circleci/config.yml

Lines changed: 1 addition & 14 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: |
@@ -100,10 +90,7 @@ workflows:
10090
branches:
10191
only:
10292
- develop
103-
- feature/top-262-projectid-non-mandatory
104-
- TOP-2364
105-
- PM-2097
106-
- pm-2539
93+
- module-updates
10794

10895
- "build-qa":
10996
context: org-global

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
77
.yarn
8+
yarn.lock
89

910
# Runtime data
1011
pids

README_DEPLOYMENT.md

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)