Skip to content

Commit 31f62d4

Browse files
committed
Fixed syntax errors.
1 parent 8777f6d commit 31f62d4

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.github/workflows/builder_0_1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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

.github/workflows/builder_2_3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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

.github/workflows/builder_3_plus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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

.github/workflows/builder_64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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

utils/SF_docs_deployer

+2-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)