Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcin Mikołajczak
funkwhale
Commits
2af068be
Verified
Commit
2af068be
authored
Jul 01, 2018
by
Eliot Berriot
Browse files
Should now have review apps aon forks
parent
0f997f89
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2af068be
...
...
@@ -40,7 +40,7 @@ review_front:
url
:
http://front-$CI_BUILD_REF_SLUG.$REVIEW_DOMAIN
on_stop
:
stop_front_review
only
:
-
branches
@funkwhale/funkwhale
-
branches
tags
:
-
funkwhale-review
...
...
@@ -51,6 +51,8 @@ stop_front_review:
variables
:
GIT_STRATEGY
:
none
when
:
manual
only
:
-
branches
environment
:
name
:
review/front-$CI_BUILD_REF_NAME
action
:
stop
...
...
@@ -83,7 +85,7 @@ review_docs:
url
:
http://docs-$CI_BUILD_REF_SLUG.$REVIEW_DOMAIN
on_stop
:
stop_docs_review
only
:
-
branches
@funkwhale/funkwhale
-
branches
tags
:
-
funkwhale-review
...
...
@@ -94,6 +96,8 @@ stop_docs_review:
variables
:
GIT_STRATEGY
:
none
when
:
manual
only
:
-
branches
environment
:
name
:
review/docs-$CI_BUILD_REF_NAME
action
:
stop
...
...
@@ -140,7 +144,8 @@ test_api:
FUNKWHALE_URL
:
"
https://funkwhale.ci"
CACHEOPS_ENABLED
:
"
false"
DJANGO_SETTINGS_MODULE
:
config.settings.local
only
:
-
branches
before_script
:
-
cd api
-
pip install -r requirements/base.txt
...
...
@@ -157,7 +162,8 @@ test_front:
image
:
node:9
before_script
:
-
cd front
only
:
-
branches
script
:
-
yarn install
-
yarn run unit
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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