mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-29 02:12:36 +02:00
Make convert_test_docs build its own container image with podman
This commit is contained in:
parent
efb4819c31
commit
4251f6a5a3
1 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue