diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-09 11:14:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-09 11:14:59 +0200 |
commit | 4d3e611dd2764d1d5d0a7e777312631e1e7005d4 (patch) | |
tree | 33b44cbcb48db56515b4c763b5897b63686586f1 /.gitlab-ci.yml | |
parent | 188aa7740c603fe333cb2fa15494605d1f16a168 (diff) | |
download | PeerTube-4d3e611dd2764d1d5d0a7e777312631e1e7005d4.tar.gz PeerTube-4d3e611dd2764d1d5d0a7e777312631e1e7005d4.tar.zst PeerTube-4d3e611dd2764d1d5d0a7e777312631e1e7005d4.zip |
Disable openapi generation for master too
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db350e2d9..9dca22e68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
@@ -10,19 +10,20 @@ cache: | |||
10 | - .yarn-cache | 10 | - .yarn-cache |
11 | - cached-fixtures | 11 | - cached-fixtures |
12 | 12 | ||
13 | build-openapi-clients: | 13 | # build-openapi-clients: |
14 | stage: clients | 14 | # stage: clients |
15 | only: | 15 | # only: |
16 | refs: | 16 | # refs: |
17 | - master | 17 | # - master |
18 | changes: | 18 | # - schedules |
19 | - support/doc/api/openapi.yaml | 19 | # changes: |
20 | script: | 20 | # - support/doc/api/openapi.yaml |
21 | - apt-get update -qq | 21 | # script: |
22 | - apt-get -yqqq install openjdk-8-jre | 22 | # - apt-get update -qq |
23 | - yarn install --pure-lockfile | 23 | # - apt-get -yqqq install openjdk-8-jre |
24 | - scripts/openapi-peertube-version.sh | 24 | # - yarn install --pure-lockfile |
25 | - scripts/openapi-clients.sh | 25 | # - scripts/openapi-peertube-version.sh |
26 | # - scripts/openapi-clients.sh | ||
26 | 27 | ||
27 | build-nightly: | 28 | build-nightly: |
28 | stage: docker-nightly | 29 | stage: docker-nightly |