b5003bffbe
This allows us to have pull requests tested before we review changes to merge.
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
summary: Build image
|
|
require:
|
|
- distribution-gpg-keys
|
|
- git-core
|
|
- kiwi
|
|
- libselinux-utils
|
|
framework: shell
|
|
path: /
|
|
test: |
|
|
./kiwi-build --debug --image-type="$image_type" --image-profile="$image_profile" --kiwi-description-dir="${TMT_TREE}" --output-dir="${TMT_TEST_DATA}"
|
|
duration: 60m
|