Merge "Move instead of copy the temporary git manifest"
This commit is contained in:
commit
dcb5f57a5a
@ -179,5 +179,5 @@ done
|
|||||||
|
|
||||||
# Copy the manifest into the image if it exists (there may be no git repositories used)
|
# Copy the manifest into the image if it exists (there may be no git repositories used)
|
||||||
if [ -e "$GIT_MANIFEST" ] ; then
|
if [ -e "$GIT_MANIFEST" ] ; then
|
||||||
sudo cp $GIT_MANIFEST $TMP_MOUNT_PATH/${DIB_MANIFEST_IMAGE_DIR}/$GIT_MANIFEST_NAME
|
sudo mv $GIT_MANIFEST $TMP_MOUNT_PATH/${DIB_MANIFEST_IMAGE_DIR}/$GIT_MANIFEST_NAME
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user