diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-14 10:56:32 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-10-14 10:56:36 +0200 |
commit | f9645c30b7ad511e5af2b9ad50386da5fb4edd37 (patch) | |
tree | 1abbee370b96a6cb03262c76286ac516272d7f2c /.gitlab-ci.yml | |
parent | 18b8a3c78404dfd55d75770884bbca273e8b07ef (diff) |
Revert "ci: temporarily build single plugins on merge requests"
This reverts commit 18b8a3c78404dfd55d75770884bbca273e8b07ef.
We no longer need this, back to only on schedules.
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 c494d067..28eb9f2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -154,7 +154,6 @@ build-single-plugins: - .fdo.distribution-image@ubuntu - .common_variables only: - - merge_requests - schedules script: - git clone --depth 1 https://gitlab.freedesktop.org/mobile-broadband/libmbim.git |