aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-09-09 11:14:59 +0200
committerChocobozzz <me@florianbigard.com>2021-09-09 11:14:59 +0200
commit4d3e611dd2764d1d5d0a7e777312631e1e7005d4 (patch)
tree33b44cbcb48db56515b4c763b5897b63686586f1 /.gitlab-ci.yml
parent188aa7740c603fe333cb2fa15494605d1f16a168 (diff)
downloadPeerTube-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.yml27
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
13build-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
27build-nightly: 28build-nightly:
28 stage: docker-nightly 29 stage: docker-nightly