Skip to content
Snippets Groups Projects
Commit de8b927d authored by Luclu7's avatar Luclu7
Browse files

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
......@@ -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:
- docker
- dind
build_front:
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment