CI: do not run local jobs for master branch

They are identical to the normal jobs
This commit is contained in:
Jordan Petridis 2018-12-05 00:06:00 +02:00
parent 5856b05f30
commit 96c5f89d79
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -128,6 +128,9 @@ build fedora x86_64 local:
extends: '.build'
stage: 'build'
image: "${CI_REGISTRY_IMAGE}/amd64/fedora:latest"
except:
refs:
- "master@gstreamer/gst-ci"
build android 28 local:
extends: '.build'
@ -137,3 +140,6 @@ build android 28 local:
-Dbad:androidmedia=enabled
--cross-file /android_arm64_28.txt
image: "${CI_REGISTRY_IMAGE}/amd64/android_28:latest"
except:
refs:
- "master@gstreamer/gst-ci"