diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-09-01 14:07:15 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2020-09-08 16:57:04 +0530 |
commit | 200290c8c0161110ae3d4ca1f6257def6d72df39 (patch) | |
tree | 8e9aba7a0c9bb1a4712c63784b10345ce0c67c68 | |
parent | 9c2c1956f0c316b0e142cacf8df3dc18d54d56b5 (diff) |
ci: Temporarily change remote and branch for ci template
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bed438dd..2b0e3f85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1 +1 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/1.16/gitlab/ci_template.yml" +include: "https://gitlab.freedesktop.org/nirbheek/gst-ci/raw/backport-re-implement-cache/gitlab/ci_template.yml" |