From 4251f6a5a3420d320280c46f69dd80804bda5d4c Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 24 Nov 2021 13:47:20 -0800 Subject: [PATCH] Make convert_test_docs build its own container image with podman --- .circleci/config.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8b5eae4..d2387b5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -98,15 +98,15 @@ jobs: - /caches/dangerzone-converter.tar.gz - /caches/image-id.txt - tests: - working_directory: /app + convert_test_docs: machine: - image: ubuntu-2004:202111-01 steps: - run: *install-dependencies-deb - checkout - - restore_cache: *restore-cache - - run: *copy-image + - run: + name: Build image with podman + command: ./install/linux/build-image.sh - run: *build-deb - run: name: Convert each test document @@ -338,10 +338,8 @@ workflows: build: jobs: + - convert_test_docs - build-container-image - - tests: - requires: - - build-container-image - build-ubuntu-impish: requires: - build-container-image