summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2021-02-28 17:45:37 +0200
committerjkoan <jkoan@users.noreply.github.com>2021-02-28 17:37:47 +0100
commitc843d5ee6305e2df301e023a80deca937a47876d (patch)
tree0b5ec1a91aeaabbd85c475d9430f78b3566e61f7 /.circleci
parentcd1f4e5584d1080d1e125da7d83ddf99e7579f81 (diff)
downloadnavit-c843d5ee6305e2df301e023a80deca937a47876d.tar.gz
Fix:CI:use Android image for sanity_check
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 7b9367bf3..4b242c6ba 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -5,7 +5,7 @@ defaults: &defaults
jobs:
sanity_check:
docker:
- - image: navit/sanity_check:latest
+ - image: circleci/android:api-29-ndk
steps:
- checkout
- run: