Disable openapi generation for master too
This commit is contained in:
parent
188aa7740c
commit
4d3e611dd2
1 changed files with 14 additions and 13 deletions
|
@ -10,19 +10,20 @@ cache:
|
||||||
- .yarn-cache
|
- .yarn-cache
|
||||||
- cached-fixtures
|
- cached-fixtures
|
||||||
|
|
||||||
build-openapi-clients:
|
# build-openapi-clients:
|
||||||
stage: clients
|
# stage: clients
|
||||||
only:
|
# only:
|
||||||
refs:
|
# refs:
|
||||||
- master
|
# - master
|
||||||
changes:
|
# - schedules
|
||||||
- support/doc/api/openapi.yaml
|
# changes:
|
||||||
script:
|
# - support/doc/api/openapi.yaml
|
||||||
- apt-get update -qq
|
# script:
|
||||||
- apt-get -yqqq install openjdk-8-jre
|
# - apt-get update -qq
|
||||||
- yarn install --pure-lockfile
|
# - apt-get -yqqq install openjdk-8-jre
|
||||||
- scripts/openapi-peertube-version.sh
|
# - yarn install --pure-lockfile
|
||||||
- scripts/openapi-clients.sh
|
# - scripts/openapi-peertube-version.sh
|
||||||
|
# - scripts/openapi-clients.sh
|
||||||
|
|
||||||
build-nightly:
|
build-nightly:
|
||||||
stage: docker-nightly
|
stage: docker-nightly
|
||||||
|
|
Loading…
Reference in a new issue