diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-20 14:31:17 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-08-22 10:33:56 +0200 |
commit | 14cc552b79f8386efc83716392b4cc6d523185c5 (patch) | |
tree | 486542c4f09061b4186d8661c50e4f2780939a36 /.gitlab-ci.yml | |
parent | 24339368e2b1c472fb5ac6372f3091ddf94b1f04 (diff) | |
download | PeerTube-14cc552b79f8386efc83716392b4cc6d523185c5.tar.gz PeerTube-14cc552b79f8386efc83716392b4cc6d523185c5.tar.zst PeerTube-14cc552b79f8386efc83716392b4cc6d523185c5.zip |
Fix docker build on gitlab cci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 401a5c960..b8c9c5fda 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
@@ -112,7 +112,6 @@ build-docker-develop: | |||
112 | <<: *docker | 112 | <<: *docker |
113 | only: | 113 | only: |
114 | - schedules | 114 | - schedules |
115 | - develop | ||
116 | variables: | 115 | variables: |
117 | DOCKER_IMAGE_NAME: chocobozzz/peertube:develop-stretch | 116 | DOCKER_IMAGE_NAME: chocobozzz/peertube:develop-stretch |
118 | 117 | ||