diff options
-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 |