diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-16 13:11:03 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-02-16 13:11:03 +0100 |
commit | 97ffb6630611d7f925a703333f0d984caa872f7b (patch) | |
tree | 0e8b1c23e66dc6057f1cdf628835d23b17f2ebbf | |
parent | 7b62b1d5f012ace46c8651b98efeb5be9f35455e (diff) | |
download | PeerTube-97ffb6630611d7f925a703333f0d984caa872f7b.tar.gz PeerTube-97ffb6630611d7f925a703333f0d984caa872f7b.tar.zst PeerTube-97ffb6630611d7f925a703333f0d984caa872f7b.zip |
Make clients stage execute out-of-order
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b7332e0b..a328c0309 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
@@ -87,6 +87,7 @@ cache: | |||
87 | 87 | ||
88 | build-openapi-clients: | 88 | build-openapi-clients: |
89 | stage: clients | 89 | stage: clients |
90 | needs: [] | ||
90 | only: | 91 | only: |
91 | refs: | 92 | refs: |
92 | - master | 93 | - master |