Skip to content

Commit 0cc06d1

Browse files
ci(release): Remove standalone-settings check [skip ci]
1 parent 33ac5c4 commit 0cc06d1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,6 @@ jobs:
4343
- name: Clone sources
4444
uses: actions/checkout@v4
4545

46-
- name: Check standalone-settings exists and is empty
47-
run: |
48-
if [ ! -f inc/standalone-settings.php ]
49-
then
50-
echo "inc/standalone-settings.php does not exist"
51-
exit 1
52-
elif [ -s inc/standalone-settings.php ]
53-
then
54-
echo "inc/standalone-settings.php is not empty"
55-
exit 1
56-
else
57-
echo "inc/standalone-settings.php exists and is empty"
58-
fi
59-
6046
- name: Check version ${{ env.VERSION_NUMBER }} consistency in files
6147
# Check crowdsec.php (2), readme.txt (1), inc/Constants.php (1) and CHANGELOG.md (3)
6248
run: |

0 commit comments

Comments
 (0)