File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5555 - add_ssh_keys :
5656 fingerprints :
5757 - " << parameters.ssh_key >>"
58- - checkout
58+ - checkout :
59+ method : full
5960 - install_node_modules :
6061 install_args : " << parameters.install_args >>"
6162 avoid_post_install_scripts : " << parameters.avoid_post_install_scripts >>"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ parameters:
99 default : false
1010executor : << parameters.executor >>
1111steps :
12- - checkout_clone
12+ - checkout
1313 - attach_workspace :
1414 at : ~/voiceflow
1515 - when :
Original file line number Diff line number Diff line change 4444 - add_ssh_keys :
4545 fingerprints :
4646 - " << parameters.ssh_key >>"
47- - checkout
47+ - checkout :
48+ method : full
4849 - install_node_modules :
4950 install_args : " << parameters.install_args >>"
5051 avoid_post_install_scripts : " << parameters.avoid_post_install_scripts >>"
You can’t perform that action at this time.
0 commit comments