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
3620d0c1
Commit
3620d0c1
authored
Sep 17, 2019
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the change detection patterns for the master-only jobs
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
406b0ea8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
.gitlab/ci/qa.gitlab-ci.yml
.gitlab/ci/qa.gitlab-ci.yml
+3
-1
.gitlab/ci/setup.gitlab-ci.yml
.gitlab/ci/setup.gitlab-ci.yml
+1
-0
No files found.
.gitlab/ci/qa.gitlab-ci.yml
View file @
3620d0c1
...
...
@@ -25,7 +25,9 @@ package-and-qa-manual:
needs
:
[
"
build-qa-image"
,
"
gitlab:assets:compile
pull-cache"
]
package-and-qa-manual:master:
extends
:
.package-and-qa-base
extends
:
-
.package-and-qa-base
-
.only-code-qa-changes
only
:
refs
:
-
master@gitlab-org/gitlab-foss
...
...
.gitlab/ci/setup.gitlab-ci.yml
View file @
3620d0c1
...
...
@@ -6,6 +6,7 @@ cache gems:
-
.default-retry
-
.default-cache
-
.default-before_script
-
.only-code-qa-changes
stage
:
test
dependencies
:
[
"
setup-test-env"
]
needs
:
[
"
setup-test-env"
]
...
...
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