Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale_OLD
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jovuit
funkwhale_OLD
Commits
2af068be
Verified
Commit
2af068be
authored
6 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
Should now have review apps aon forks
parent
0f997f89
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-4
10 additions, 4 deletions
.gitlab-ci.yml
with
10 additions
and
4 deletions
.gitlab-ci.yml
+
10
−
4
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment