Skip to content

Commit 580424b

Browse files
author
OpenShift Bot
authored
Merge pull request #12915 from smarterclayton/mv
Merged by openshift-bot
2 parents cb863ae + 247755b commit 580424b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/build-rpm-release.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ make clean
5252

5353
# migrate the tito artifacts to the Origin directory
5454
mkdir -p "${OS_OUTPUT}"
55-
cp -r "${tito_output_directory}"/* "${OS_OUTPUT}"
55+
mv "${tito_output_directory}"/* "${OS_OUTPUT}"
5656
mkdir -p "${OS_LOCAL_RELEASEPATH}/rpms"
57-
cp "${tito_tmp_dir}"/x86_64/*.rpm "${OS_LOCAL_RELEASEPATH}/rpms"
57+
mv "${tito_tmp_dir}"/x86_64/*.rpm "${OS_LOCAL_RELEASEPATH}/rpms"
5858

5959
if command -v createrepo >/dev/null 2>&1; then
6060
repo_path="$( os::util::absolute_path "${OS_LOCAL_RELEASEPATH}/rpms" )"

0 commit comments

Comments
 (0)