Skip to content

Commit 30d18bb

Browse files
authored
Disable patch application in build_loop.yml
Comment out curl commands for applying patches.
1 parent c20e0bb commit 30d18bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_loop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,10 @@ jobs:
304304
# the final customization listed above CANNOT have a continuation character
305305
# more customizations can be pasted after this line
306306
# Dash Fast Forward
307-
curl https://raw.githubusercontent.com/bjorkert/patches/master/fast_forward.patch | git apply
307+
# curl https://raw.githubusercontent.com/bjorkert/patches/master/fast_forward.patch | git apply
308308
309309
# Basic I:C Bolus Calculation
310-
curl https://raw.githubusercontent.com/bjorkert/patches/master/basicICBolusCalc.patch | git apply
310+
# curl https://raw.githubusercontent.com/bjorkert/patches/master/basicICBolusCalc.patch | git apply
311311
312312
# Patch Fastlane Match to not print tables
313313
- name: Patch Match Tables

0 commit comments

Comments
 (0)