Skip to content

Commit 9d98798

Browse files
author
Marius Burkard
committed
Merge branch 'gitlab-ci-for-beta-releases' into 'develop'
Update .gitlab-ci.yml file to account for beta releases See merge request ispconfig/ispconfig3!1662
2 parents b94e483 + 3e8c166 commit 9d98798

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ syntax:lint:
1717
- schedules
1818
- web
1919
- merge_requests
20-
- /^\d+\.\d+\.\d+(p\d+)?$/
20+
- /^\d+\.\d+\.\d+([p|b]\d+)?$/
2121

2222
script:
2323
- echo "Syntax checking PHP files"
@@ -37,7 +37,7 @@ syntax_diff:lint:
3737
- schedules
3838
- web
3939
- merge_requests
40-
- /^\d+\.\d+\.\d+(p\d+)?$/
40+
- /^\d+\.\d+\.\d+([p|b]\d+)?$/
4141

4242
script:
4343
- echo "Syntax checking PHP files"
@@ -81,7 +81,7 @@ build:package:
8181
image: edbizarro/gitlab-ci-pipeline-php:7.2
8282
only:
8383
refs:
84-
- /^\d+\.\d+\.\d+(p\d+)?$/
84+
- /^\d+\.\d+\.\d+([p|b]\d+)?$/
8585
- web
8686

8787
script:

0 commit comments

Comments
 (0)