mirror of https://github.com/Chocobozzz/PeerTube
Make clients stage excute before build
parent
97ffb66306
commit
45de2dfcb5
|
@ -3,8 +3,8 @@ image: chocobozzz/peertube-ci:10
|
||||||
stages:
|
stages:
|
||||||
- build-and-lint
|
- build-and-lint
|
||||||
- test
|
- test
|
||||||
- docker-nightly
|
|
||||||
- clients
|
- clients
|
||||||
|
- docker-nightly
|
||||||
|
|
||||||
#before_script:
|
#before_script:
|
||||||
# - 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml'
|
# - 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml'
|
||||||
|
@ -87,7 +87,6 @@ cache:
|
||||||
|
|
||||||
build-openapi-clients:
|
build-openapi-clients:
|
||||||
stage: clients
|
stage: clients
|
||||||
needs: []
|
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in New Issue