summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@debian.org>2019-11-01 13:09:51 -0700
committerJoseph Herlant <aerostitch@debian.org>2019-11-01 13:09:51 -0700
commitdf8f257dd01a8fe3db369ae2cdd46835a64b4f9d (patch)
tree69176e18c50d868f0509f0f00dd3edecb1127bc5
parent4f6c433366376212a581103fa8dcb817d2407f49 (diff)
downloadnavit-aerostitch/checkstyle.tar.gz
Switch to the pre-cooked image to avoid installing on every buildsaerostitch/checkstyle
-rw-r--r--.circleci/config.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 19d985de4..bb542a94d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -4,13 +4,11 @@ defaults: &defaults
- image: ubuntu:18.04
jobs:
sanity_check:
- <<: *defaults
+ docker:
+ - image: navit/sanity_check:latest
steps:
- checkout
- run:
- name: Setup requirements
- command: bash scripts/setup_sanitycheck_requirements.sh
- - run:
name: run sanity check script
command: bash scripts/ci_sanity_checks.sh
- run: