aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-05-26 12:27:04 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-05-26 12:27:04 +0200
commit342b0ba6488f053ea62f57243373756ad6c1c117 (patch)
treefa454c3c916e9e83ed29a3594cc08ed64065631b /.gitlab-ci.yml
parent3da3623e11f90e45951118119da6f842053fd133 (diff)
ci: don't trigger build on branches or pushes
We rely on merge requests to merge new changes, so let's free a bit the number of pipelines we launch, and avoid doing it on every branch update.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e5520dc6..634ec630 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -200,11 +200,9 @@ build-default:
- .common_variables
only:
- master
- - branches
- merge_requests
- tags
- schedules
- - pushes
script:
- git clone --depth 1 https://gitlab.freedesktop.org/mobile-broadband/libmbim.git
- pushd libmbim