You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gitlab-ci.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ syntax:lint:
17
17
- schedules
18
18
- web
19
19
- merge_requests
20
-
- /^\d+\.\d+\.\d+(p\d+)?$/
20
+
- /^\d+\.\d+\.\d+([p|b]\d+)?$/
21
21
22
22
script:
23
23
- echo "Syntax checking PHP files"
@@ -37,7 +37,7 @@ syntax_diff:lint:
37
37
- schedules
38
38
- web
39
39
- merge_requests
40
-
- /^\d+\.\d+\.\d+(p\d+)?$/
40
+
- /^\d+\.\d+\.\d+([p|b]\d+)?$/
41
41
42
42
script:
43
43
- echo "Syntax checking PHP files"
@@ -81,7 +81,7 @@ build:package:
81
81
image: edbizarro/gitlab-ci-pipeline-php:7.2
82
82
only:
83
83
refs:
84
-
- /^\d+\.\d+\.\d+(p\d+)?$/
84
+
- /^\d+\.\d+\.\d+([p|b]\d+)?$/
85
85
- web
86
86
87
87
script:
@@ -90,7 +90,7 @@ build:package:
90
90
- if [[ "$VER" == "" ]] ; then VER="3.2dev"$(date +%s) ; fi
91
91
- if [[ "$VER" != "" ]] ; then echo "Replacing 3.2dev by $VER" ; sed -i -r 's/3\.2dev/'${VER}'/g' install/tpl/config.inc.php.master install/sql/ispconfig3.sql ; fi
0 commit comments