From 45de2dfcb5b3d56f0bc978b25b9746354890262e Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 16 Feb 2020 13:15:04 +0100 Subject: [PATCH] Make clients stage excute before build --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a328c0309..64c818476 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ image: chocobozzz/peertube-ci:10 stages: - build-and-lint - test - - docker-nightly - clients + - docker-nightly #before_script: # - 'sed -i -z "s/database:\n hostname: ''localhost''/database:\n hostname: ''postgres''/" config/test.yaml' @@ -87,7 +87,6 @@ cache: build-openapi-clients: stage: clients - needs: [] only: refs: - master