File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -154,18 +154,7 @@ update_dependencies_helper() {
154
154
update_dependencies () {
155
155
patch_brew
156
156
if ! [ -e /tmp/update_dependencies ]; then
157
- if [ " ${runner:? } " != " self-hosted" ] && [ " ${ImageOS:- } " != " " ] && [ " ${ImageVersion:- } " != " " ]; then
158
- deps_file=" $tap_dir /$php_tap /.github/deps/${ImageOS:? } _${ImageVersion:? } "
159
- if [ -e " $deps_file " ]; then
160
- while read -r dependency; do
161
- update_dependencies_helper " $dependency " &
162
- to_wait+=($! )
163
- done < " $deps_file "
164
- fi
165
- wait " ${to_wait[@]} "
166
- else
167
- git -C " $core_repo " fetch origin master && git -C " $core_repo " reset --hard origin/master
168
- fi
157
+ git -C " $core_repo " fetch origin master && git -C " $core_repo " reset --hard origin/master
169
158
echo ' ' | sudo tee /tmp/update_dependencies > /dev/null 2>&1
170
159
fi
171
160
}
You can’t perform that action at this time.
0 commit comments