Add build-container make target
To avoid regressing on the Dockerfile, run the new make target in the CI as well. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
fc84cfdace
commit
a42ed3883b
3 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,8 @@ sudo: required
|
|||
before_install:
|
||||
- sudo add-apt-repository ppa:projectatomic/ppa --yes
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq shellcheck skopeo
|
||||
- sudo apt-get install -qq podman shellcheck skopeo
|
||||
|
||||
script:
|
||||
- make validate
|
||||
- make build-container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue