File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 87
87
- name : script
88
88
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
89
89
shell : bash
90
- if : success() && (github.event_name == 'pull_request' || github.event_name == 'release' || github.event_name == 'push'))
90
+ if : success() && (github.event_name == 'pull_request' || github.event_name == 'release' || github.event_name == 'push')
91
91
- name : before_script
92
92
run : bash patches/curl_stfp_patcher
93
93
shell : bash
Original file line number Diff line number Diff line change 87
87
- name : script
88
88
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
89
89
shell : bash
90
- if : success() && (github.event_name == 'pull_request' || github.event_name == 'release' || github.event_name == 'push'))
90
+ if : success() && (github.event_name == 'pull_request' || github.event_name == 'release' || github.event_name == 'push')
91
91
- name : before_script
92
92
run : bash patches/curl_stfp_patcher
93
93
shell : bash
Original file line number Diff line number Diff line change 87
87
- name : script
88
88
run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
89
89
shell : bash
90
- if : success() && (github.event_name == 'pull_request' || github.event_name == 'release' || github.event_name == 'push'))
90
+ if : success() && (github.event_name == 'pull_request' || github.event_name == 'release' || github.event_name == 'push')
91
91
- name : before_script
92
92
run : bash patches/curl_stfp_patcher
93
93
shell : bash
Original file line number Diff line number Diff line change 87
87
- name : script
88
88
run : bash build-scripts/CI/CIBB_64b -g $GCC_VERSION -o $RPIOS_TYPE
89
89
shell : bash
90
- if : success() && (github.event_name == 'pull_request' || github.event_name == 'release' || github.event_name == 'push'))
90
+ if : success() && (github.event_name == 'pull_request' || github.event_name == 'release' || github.event_name == 'push')
91
91
- name : before_script
92
92
run : bash patches/curl_stfp_patcher
93
93
shell : bash
Original file line number Diff line number Diff line change @@ -151,4 +151,5 @@ if [ "$FOLDER_TYPE" = "experimental" ]; then
151
151
else
152
152
echo " Warning: No Experimental docs found!"
153
153
exit 1
154
- fi
154
+ fi
155
+ fi
You can’t perform that action at this time.
0 commit comments