Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
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
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
Luclu7
funkwhale
Commits
de8b927d
There was a problem fetching the pipeline stages.
Commit
de8b927d
authored
7 years ago
by
Luclu7
Browse files
Options
Downloads
Patches
Plain Diff
Back to original !
parent
247d8cd5
No related branches found
No related tags found
No related merge requests found
Pipeline
#75
failed with stages
in 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-8
4 additions, 8 deletions
.gitlab-ci.yml
with
4 additions
and
8 deletions
.gitlab-ci.yml
+
4
−
8
View file @
de8b927d
...
...
@@ -5,18 +5,14 @@ stages:
test_api
:
stage
:
test
before_script
:
-
apk update
-
apk add curl
-
curl -L https://github.com/docker/compose/releases/download/1.14.0/docker-compose-`uname -s`-`uname -m` > docker-compose
-
chmod +x docker-compose
-
./docker-compose -f api/test.yml build
-
docker-compose -f api/test.yml build
script
:
-
./
docker-compose -f api/test.yml run test
-
docker-compose -f api/test.yml run test
after_script
:
-
./
docker-compose -f api/test.yml run test rm -rf funkwhale_api/media/
-
docker-compose -f api/test.yml run test rm -rf funkwhale_api/media/
tags
:
-
d
ocker
-
d
ind
build_front
:
stage
:
build
...
...
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