Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1fb4b4f5
Commit
1fb4b4f5
authored
Sep 18, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify the CI config to support security branches
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
54ae133b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+1
-1
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+1
-0
.gitlab/ci/qa.gitlab-ci.yml
.gitlab/ci/qa.gitlab-ci.yml
+1
-1
No files found.
.gitlab/ci/frontend.gitlab-ci.yml
View file @
1fb4b4f5
...
...
@@ -47,7 +47,7 @@
-
rm -f /etc/apt/sources.list.d/google*.list
# We don't need to update Chrome here
only
:
variables
:
-
$CI_SERVER_HOST == "gitlab.com" && $CI_PROJECT_NAMESPACE =
= "gitlab-org"
-
$CI_SERVER_HOST == "gitlab.com" && $CI_PROJECT_NAMESPACE =
~ /^gitlab-org($|\/)/
# Matches the gitlab-org group and its subgroups
-
$CI_SERVER_HOST == "dev.gitlab.org"
tags
:
-
gitlab-org
...
...
.gitlab/ci/global.gitlab-ci.yml
View file @
1fb4b4f5
...
...
@@ -33,6 +33,7 @@
-
master
-
/^[\d-]+-stable(-ee)?$/
-
/^\d+-\d+-auto-deploy-\d+$/
-
/^security\//
-
merge_requests
-
tags
...
...
.gitlab/ci/qa.gitlab-ci.yml
View file @
1fb4b4f5
...
...
@@ -12,7 +12,7 @@
-
./scripts/trigger-build omnibus
only
:
variables
:
-
$CI_SERVER_HOST == "gitlab.com" && $CI_PROJECT_NAMESPACE =
= "gitlab-org"
-
$CI_SERVER_HOST == "gitlab.com" && $CI_PROJECT_NAMESPACE =
~ /^gitlab-org($|\/)/
# Matches the gitlab-org group or its subgroups
package-and-qa-manual
:
extends
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment