Skip to content

Commit

Permalink
Merge pull request #208 from topcoder-platform/feature/fixing_npm_errors
Browse files Browse the repository at this point in the history
Removed caching steps to avoid weird NPM errors
  • Loading branch information
vikasrohit authored Nov 24, 2020
2 parents f43d9eb + 6f433a0 commit 4be3a30
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
- setup_remote_docker
- run: *install_dependency
- run: *install_deploysuite
- restore_cache: *restore_cache_settings_for_build
- run: *run_build
- save_cache: *save_cache_settings
- deploy:
name: Running Masterscript - deploy tc-notifications-api service
command: |
Expand All @@ -71,9 +69,7 @@ jobs:
- setup_remote_docker
- run: *install_dependency
- run: *install_deploysuite
- restore_cache: *restore_cache_settings_for_build
- run: *run_build
- save_cache: *save_cache_settings
- deploy:
name: Running Masterscript - prod deploy tc-notifications-api service
command: |
Expand Down

0 comments on commit 4be3a30

Please sign in to comment.