gitlab: Don't build gst-build in cerbero repository

This commit is contained in:
Nicolas Dufresne 2018-11-23 22:52:59 -05:00 committed by Nicolas Dufresne
parent d7322403f2
commit e2595530ad

View file

@ -57,6 +57,7 @@ gst indent:
variables:
# No point on trying to format C files in those repositories
- $CI_PROJECT_NAME == "gstreamer-sharp"
- $CI_PROJECT_NAME == "cerbero"
.build:
stage: 'full builds'
@ -94,6 +95,9 @@ gst indent:
paths:
- "manifest.xml"
# - "gst-build/"
except:
variables:
- $CI_PROJECT_NAME == "cerbero"
build fedora x86_64:
extends: '.build'