File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 8787 - name : script
8888 run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
8989 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')
9191 - name : before_script
9292 run : bash patches/curl_stfp_patcher
9393 shell : bash
Original file line number Diff line number Diff line change 8787 - name : script
8888 run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
8989 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')
9191 - name : before_script
9292 run : bash patches/curl_stfp_patcher
9393 shell : bash
Original file line number Diff line number Diff line change 8787 - name : script
8888 run : bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
8989 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')
9191 - name : before_script
9292 run : bash patches/curl_stfp_patcher
9393 shell : bash
Original file line number Diff line number Diff line change 8787 - name : script
8888 run : bash build-scripts/CI/CIBB_64b -g $GCC_VERSION -o $RPIOS_TYPE
8989 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')
9191 - name : before_script
9292 run : bash patches/curl_stfp_patcher
9393 shell : bash
Original file line number Diff line number Diff line change @@ -151,4 +151,5 @@ if [ "$FOLDER_TYPE" = "experimental" ]; then
151151 else
152152 echo " Warning: No Experimental docs found!"
153153 exit 1
154- fi
154+ fi
155+ fi
You can’t perform that action at this time.
0 commit comments