Skip to content

Commit 1b1db6b

Browse files
author
vikasrohit
authored
Merge pull request #888 from topcoder-platform/develop
Update config.yml
2 parents c0f3552 + 3d7b3ab commit 1b1db6b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ builddeploy_steps: &builddeploy_steps
2828
- setup_remote_docker
2929
- run: *install_dependency
3030
- run: *install_deploysuite
31-
- restore_cache: *restore_cache_settings_for_build
3231
- run: ./build.sh ${APPNAME}
33-
- save_cache: *save_cache_settings
3432
- deploy:
3533
name: Running MasterScript.
3634
command: |
@@ -81,4 +79,4 @@ workflows:
8179
context : org-global
8280
filters:
8381
branches:
84-
only: master
82+
only: master

0 commit comments

Comments
 (0)