File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 9898 - git-shallow-clone/checkout :
9999 # This is for Danger, which requires a bit more git history
100100 fetch_depth : 100
101+ - run :
102+ name : Install Bundler
103+ command : bundle check || bundle install
104+ environment :
105+ BUNDLE_JOBS : 4
106+ BUNDLE_RETRY : 3
107+ - run :
108+ name : Danger
109+ command : bin/danger.sh
101110 - run :
102111 name : SPM SSH Workaround
103112 command : *spm_ssh_workaround
@@ -110,15 +119,6 @@ jobs:
110119 - run :
111120 name : Bootstrap
112121 command : make bootstrap
113- - run :
114- name : Install Bundler
115- command : bundle check || bundle install
116- environment :
117- BUNDLE_JOBS : 4
118- BUNDLE_RETRY : 3
119- - run :
120- name : Danger
121- command : bin/danger.sh
122122 - persist_to_workspace :
123123 root : .
124124 paths :
You can’t perform that action at this time.
0 commit comments