Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
c10fe94a5fae
Commit
9e5a1e64
authored
Mar 29, 2019
by
Lukas Eipert
Browse files
Fix GitLab CI branch matching pattern
parent
fc1d793ae64a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c10fe94a
...
...
@@ -249,8 +249,8 @@ package-and-qa:
-
./scripts/trigger-build omnibus
when
:
manual
only
:
-
//@gitlab-org/gitlab-ce
-
//@gitlab-org/gitlab-ee
-
/
.+
/@gitlab-org/gitlab-ce
-
/
.+
/@gitlab-org/gitlab-ee
# Review docs base
.review-docs
:
&review-docs
...
...
@@ -685,10 +685,10 @@ gitlab:assets:compile:
-
public/assets/
<<
:
*assets-compile-cache
only
:
-
//@gitlab-org/gitlab-ce
-
//@gitlab-org/gitlab-ee
-
//@gitlab/gitlabhq
-
//@gitlab/gitlab-ee
-
/
.+
/@gitlab-org/gitlab-ce
-
/
.+
/@gitlab-org/gitlab-ee
-
/
.+
/@gitlab/gitlabhq
-
/
.+
/@gitlab/gitlab-ee
tags
:
-
docker
-
gitlab-org
...
...
@@ -990,7 +990,7 @@ no_ee_check:
script
:
-
scripts/no-ee-check
only
:
-
//@gitlab-org/gitlab-ce
-
/
.+
/@gitlab-org/gitlab-ce
# GitLab Review apps
.review-build-cng-base
:
&review-build-cng-base
...
...
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