We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1137667 commit 3d7b3abCopy full SHA for 3d7b3ab
.circleci/config.yml
@@ -28,9 +28,7 @@ builddeploy_steps: &builddeploy_steps
28
- setup_remote_docker
29
- run: *install_dependency
30
- run: *install_deploysuite
31
- - restore_cache: *restore_cache_settings_for_build
32
- run: ./build.sh ${APPNAME}
33
- - save_cache: *save_cache_settings
34
- deploy:
35
name: Running MasterScript.
36
command: |
@@ -81,4 +79,4 @@ workflows:
81
79
context : org-global
82
80
filters:
83
branches:
84
- only: master
+ only: master
0 commit comments