Skip to content
Snippets Groups Projects
Commit 42924864 authored by Stan Hu's avatar Stan Hu Committed by GitLab Release Tools Bot
Browse files

Merge branch 'leipert-hotfix-ci-yml' into 'master'

Fix GitLab CI branch matching pattern

See merge request gitlab-org/gitlab-ce!26777

(cherry picked from commit 65f2ed1d)

23618d91 Fix GitLab CI branch matching pattern
parent f621ab63
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -244,8 +244,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
Loading
Loading
@@ -675,10 +675,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
Loading
Loading
@@ -997,7 +997,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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment