mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 10:10:31 -06:00
Disable openapi generation for master too
This commit is contained in:
parent
188aa7740c
commit
4d3e611dd2
@ -10,19 +10,20 @@ cache:
|
||||
- .yarn-cache
|
||||
- cached-fixtures
|
||||
|
||||
build-openapi-clients:
|
||||
stage: clients
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
changes:
|
||||
- support/doc/api/openapi.yaml
|
||||
script:
|
||||
- apt-get update -qq
|
||||
- apt-get -yqqq install openjdk-8-jre
|
||||
- yarn install --pure-lockfile
|
||||
- scripts/openapi-peertube-version.sh
|
||||
- scripts/openapi-clients.sh
|
||||
# build-openapi-clients:
|
||||
# stage: clients
|
||||
# only:
|
||||
# refs:
|
||||
# - master
|
||||
# - schedules
|
||||
# changes:
|
||||
# - support/doc/api/openapi.yaml
|
||||
# script:
|
||||
# - apt-get update -qq
|
||||
# - apt-get -yqqq install openjdk-8-jre
|
||||
# - yarn install --pure-lockfile
|
||||
# - scripts/openapi-peertube-version.sh
|
||||
# - scripts/openapi-clients.sh
|
||||
|
||||
build-nightly:
|
||||
stage: docker-nightly
|
||||
|
Loading…
Reference in New Issue
Block a user