Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
398c43d7
Commit
398c43d7
authored
Mar 08, 2017
by
Mikaël Salson
Committed by
Mathieu Giraud
Mar 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.gitlab-ci.yml: only launch browser tests for browser-related branches
parent
7d71808f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
.gitlab-ci.yml
.gitlab-ci.yml
+8
-0
No files found.
.gitlab-ci.yml
View file @
398c43d7
...
...
@@ -15,6 +15,9 @@ test_browser_unit:
artifacts
:
paths
:
-
browser/
only
:
-
/^feature-c\/.*$/
-
prod-browser
test_browser-functional
:
stage
:
test_functional
...
...
@@ -26,6 +29,9 @@ test_browser-functional:
artifacts
:
paths
:
-
browser/
only
:
-
/^feature-c\/.*$/
-
prod-browser
deploy
:
stage
:
deploy
...
...
@@ -35,3 +41,5 @@ deploy:
environment
:
name
:
$CI_BUILD_REF_NAME
url
:
http://$CI_BUILD_REF_SLUG.ci.vidjil.org/?data=analysis-example.vidjil
only
:
-
/^feature-c\/.*$/
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