diff options
author | Matthew Waters <matthew@centricular.com> | 2020-04-06 13:27:48 +1000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2020-04-06 13:27:48 +1000 |
commit | f006bf1e86727485d163ede4a0d1fce81296ce0a (patch) | |
tree | cc875f2a9bf934d5aef6b2e3cf8f00c67adea09d /.gitlab-ci.yml | |
parent | 08d1fe59d2a1529bb133bf552bcc6e9ff90bca5b (diff) |
CI-HACK: point to ndk-21 repository image
Revert once merged
Diffstat (limited to '.gitlab-ci.yml')
-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 c61aa7a5..7ca84636 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1 +1 @@ -include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml" +include: "https://gitlab.freedesktop.org/ystreet/gst-ci/raw/ndk-21/gitlab/ci_template.yml" |