mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
build_library/catalyst: Do not clean up tmp files from catalyst run
This is to give ci-automation a chance to scavenge the logs that are stored in the tmp directory. Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
f373f06fb7
commit
e1d8ad669c
@ -242,13 +242,13 @@ build_stage() {
|
||||
fi
|
||||
|
||||
info "Starting $stage"
|
||||
# Clean up possible leftovers from possible previous runs
|
||||
rm -rf "$TEMPDIR/$stage-${ARCH}-${FLAGS_version}"
|
||||
catalyst \
|
||||
"${DEBUG[@]}" \
|
||||
--verbose \
|
||||
--config "$TEMPDIR/catalyst.conf" \
|
||||
--file "$TEMPDIR/${stage}.spec"
|
||||
# Catalyst does not clean up after itself...
|
||||
rm -rf "$TEMPDIR/$stage-${ARCH}-${FLAGS_version}"
|
||||
ln -sf "$stage-${ARCH}-${FLAGS_version}.tar.bz2" \
|
||||
"$BUILDS/$stage-${ARCH}-latest.tar.bz2"
|
||||
info "Finished building $target_tarball"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user