diff options
author | aguestuser <aguestuser@risup.net> | 2017-04-30 17:12:59 -0400 |
---|---|---|
committer | aguestuser <aguestuser@risup.net> | 2017-04-30 20:05:44 -0400 |
commit | 1e8da8edc94a552511e740f9d6a52a0d522432aa (patch) | |
tree | 5b927260666dc014b247db156ff443a2f63c8ab6 /.gitlab-ci.yml | |
parent | 690364e6debe88ae052d93808d715b9ac79d4bc1 (diff) |
[ag] use ndk container from repo registry in build
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7d2875ac..6f8f92c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ -#image: "0xacab.org:4567/leap/bitmask_android:android-sdk" -image: "0xacab.org:4567/leap/gitlab-buildpackage:android" +image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" stages: - build |