We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ac5c4 commit 0cc06d1Copy full SHA for 0cc06d1
.github/workflows/release.yml
@@ -43,20 +43,6 @@ jobs:
43
- name: Clone sources
44
uses: actions/checkout@v4
45
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
54
- echo "inc/standalone-settings.php is not empty"
55
56
- else
57
- echo "inc/standalone-settings.php exists and is empty"
58
- fi
59
-
60
- name: Check version ${{ env.VERSION_NUMBER }} consistency in files
61
# Check crowdsec.php (2), readme.txt (1), inc/Constants.php (1) and CHANGELOG.md (3)
62
run: |
0 commit comments