Disable openapi generation for master too

pull/4429/head
Chocobozzz 2021-09-09 11:14:59 +02:00
parent 188aa7740c
commit 4d3e611dd2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 14 additions and 13 deletions

View File

@ -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