Files
kata-containers/obs-packaging/Makefile
Jose Carlos Venegas Munoz dbe64e6461 obs: dont checkout repo in tmpdir.
When we genete packages file we want to see
the resulting files. This changes to now
create repos in a tmpdir.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
2018-08-28 11:31:26 -05:00

9 lines
160 B
Makefile

# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
clean:
find . -type d -name "*home:katacontainers*" -exec sudo rm -rf {} \;