kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Missing container name in gitlabci
rodzic
3e7aaedfbe
commit
0692dde06d
|
@ -1,6 +1,6 @@
|
|||
stages:
|
||||
- build
|
||||
- test
|
||||
- build
|
||||
|
||||
test_api:
|
||||
stage: test
|
||||
|
@ -9,7 +9,7 @@ test_api:
|
|||
script:
|
||||
- docker-compose -f api/test.yml run test
|
||||
after_script:
|
||||
- docker-compose -f api/test.yml run rm -rf api/funkwhale_api/media/*
|
||||
- docker-compose -f api/test.yml run test rm -rf api/funkwhale_api/media/*
|
||||
|
||||
tags:
|
||||
- dind
|
||||
|
@ -37,6 +37,7 @@ build_front:
|
|||
tags:
|
||||
- docker
|
||||
|
||||
|
||||
# When using dind, it's wise to use the overlayfs driver for
|
||||
# improved performance.
|
||||
# variables:
|
||||
|
|
Ładowanie…
Reference in New Issue