diff options
author | baude <bbaude@redhat.com> | 2018-02-28 13:07:58 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-02-28 13:08:35 -0600 |
commit | 45478b78434224f7686172959ce3d82858746758 (patch) | |
tree | c3a1aeb19f527aebdc67a4460bdaf2a10fdd191f /Makefile | |
parent | 2a59653bf3d5230a8be1a20ed9fcf53a185afba3 (diff) | |
download | podman-45478b78434224f7686172959ce3d82858746758.tar.gz podman-45478b78434224f7686172959ce3d82858746758.tar.bz2 podman-45478b78434224f7686172959ce3d82858746758.zip |
Re-enable copr builds
New structure for copr builds which hopefully is more stable
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ endif rm -f test/bin2img/bin2img rm -f test/copyimg/copyimg rm -f test/checkseccomp/checkseccomp + rm -fr build/ libpodimage: docker build -t ${LIBPOD_IMAGE} . |