Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
funkwhale
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
mehraban
funkwhale
Commits
385c7eb1
Commit
385c7eb1
authored
7 years ago
by
Eliot Berriot
Browse files
Options
Downloads
Patches
Plain Diff
More file removal and tweaks to gitlab-ci
parent
3cb2b31f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+9
-4
9 additions, 4 deletions
.gitlab-ci.yml
api/test.yml
+1
-1
1 addition, 1 deletion
api/test.yml
with
10 additions
and
5 deletions
.gitlab-ci.yml
+
9
−
4
View file @
385c7eb1
image
:
docker:latest
stages
:
-
test
-
build
-
test
test_api
:
stage
:
test
script
:
before_
script
:
-
docker-compose -f api/test.yml build
script
:
-
docker-compose -f api/test.yml run test
after_script
:
-
docker-compose -f api/test.yml run rm -rf api/funkwhale_api/media/*
tags
:
-
dind
build_front
:
stage
:
build
before_script
:
-
docker-compose -f dev.yml run front rm dist/*
-
docker-compose -f dev.yml build front
script
:
-
docker-compose -f dev.yml front rm dist/*
-
docker-compose -f dev.yml front npm run build
-
docker-compose -f dev.yml run front npm run build
artifacts
:
paths
:
-
front/dist
...
...
This diff is collapsed.
Click to expand it.
api/test.yml
+
1
−
1
View file @
385c7eb1
test
:
dockerfile
:
docker/Dockerfile.test
build
:
.
entrypoint
:
python manage.py test
command
:
python manage.py test
volumes
:
-
.:/app
environment
:
...
...
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