a42ed3883b
To avoid regressing on the Dockerfile, run the new make target in the CI as well. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
10 lines
252 B
YAML
10 lines
252 B
YAML
sudo: required
|
|
|
|
before_install:
|
|
- sudo add-apt-repository ppa:projectatomic/ppa --yes
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq podman shellcheck skopeo
|
|
|
|
script:
|
|
- make validate
|
|
- make build-container
|