c41b562b10
Once the image build is done, we do not need the working tree anymore and leaving it around causes it to get archived at the end of CI runs when it is totally unneeded.
13 lines
343 B
Plaintext
13 lines
343 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}"
|
|
rm -rf "${TMT_TEST_DATA}/build/image-root"
|
|
duration: 60m
|