diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-11 14:58:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-11 14:58:37 +0200 |
commit | f88ae8f5bc223579313b28582de9101944a4a814 (patch) | |
tree | 04ec3df746e705bbc14c2cf6029cb83a2a3e014e /.gitlab-ci.yml | |
parent | de34551da32db137250c688615ed717d6a58fc1c (diff) | |
download | PeerTube-f88ae8f5bc223579313b28582de9101944a4a814.tar.gz PeerTube-f88ae8f5bc223579313b28582de9101944a4a814.tar.zst PeerTube-f88ae8f5bc223579313b28582de9101944a4a814.zip |
Disable openapi generation
Until https://github.com/OpenAPITools/openapi-generator/issues/8663 is
fixed
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b02a2c4bc..db350e2d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
@@ -15,7 +15,6 @@ build-openapi-clients: | |||
15 | only: | 15 | only: |
16 | refs: | 16 | refs: |
17 | - master | 17 | - master |
18 | - schedules | ||
19 | changes: | 18 | changes: |
20 | - support/doc/api/openapi.yaml | 19 | - support/doc/api/openapi.yaml |
21 | script: | 20 | script: |