X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.gitlab-ci.yml;h=9dca22e680e188c22753de0cf5d333f855b25cb4;hb=221d876fa7a9e92a5a6721b68c31d015b325393f;hp=4759b0861181b50f06efdb7a0b6c77de136a07cd;hpb=5c69b433d8f5d8f6c03963cd124ba9c667734c2c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4759b0861..9dca22e68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: chocobozzz/peertube-ci:10 +image: chocobozzz/peertube-ci:14 stages: - clients @@ -10,20 +10,20 @@ cache: - .yarn-cache - cached-fixtures -build-openapi-clients: - stage: clients - only: - refs: - - master - - schedules - changes: - - support/doc/api/openapi.yaml - script: - - apt-get update -qq - - apt-get -yqqq install openjdk-8-jre - - yarn install --pure-lockfile - - scripts/openapi-peertube-version.sh - - scripts/openapi-clients.sh +# build-openapi-clients: +# stage: clients +# only: +# refs: +# - master +# - schedules +# changes: +# - support/doc/api/openapi.yaml +# script: +# - apt-get update -qq +# - apt-get -yqqq install openjdk-8-jre +# - yarn install --pure-lockfile +# - scripts/openapi-peertube-version.sh +# - scripts/openapi-clients.sh build-nightly: stage: docker-nightly