From 553964157b5bf6b2de9c65c0ed65f6abf89d538d Mon Sep 17 00:00:00 2001 From: Trammell hudson Date: Tue, 18 Sep 2018 10:43:36 -0400 Subject: [PATCH] use a smaller image, maybe we will not run out of space --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e3ea72d6..50df8692 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: osresearch/heads-builder:18.04 + - image: osresearch/heads-ubuntu:18.04 steps: - run: name: Install dependencies