Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 9d987984 authored by Marius Burkard's avatar Marius Burkard
Browse files

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
parents b94e4835 3e8c1662
Branches
Tags 3.2.9b1
No related merge requests found
......@@ -17,7 +17,7 @@ syntax:lint:
- schedules
- web
- merge_requests
- /^\d+\.\d+\.\d+(p\d+)?$/
- /^\d+\.\d+\.\d+([p|b]\d+)?$/
script:
- echo "Syntax checking PHP files"
......@@ -37,7 +37,7 @@ syntax_diff:lint:
- schedules
- web
- merge_requests
- /^\d+\.\d+\.\d+(p\d+)?$/
- /^\d+\.\d+\.\d+([p|b]\d+)?$/
script:
- echo "Syntax checking PHP files"
......@@ -81,7 +81,7 @@ build:package:
image: edbizarro/gitlab-ci-pipeline-php:7.2
only:
refs:
- /^\d+\.\d+\.\d+(p\d+)?$/
- /^\d+\.\d+\.\d+([p|b]\d+)?$/
- web
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment