mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-12 18:41:55 +00:00
fix: cleanup post build
No need to keep the mess around
This commit is contained in:
parent
f399e13958
commit
696f7955b0
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ docker run --rm -v "${root_path}:/repo:Z" -it ${docker_tag} /repo/scripts/docker
|
||||||
TIMESTAMP=`date +%Y%m%d-%H%M`
|
TIMESTAMP=`date +%Y%m%d-%H%M`
|
||||||
mkdir -p ${root_path}/output/${TIMESTAMP}
|
mkdir -p ${root_path}/output/${TIMESTAMP}
|
||||||
mv ${build_path}/final/debian*.img.gz ${root_path}/output/${TIMESTAMP}/
|
mv ${build_path}/final/debian*.img.gz ${root_path}/output/${TIMESTAMP}/
|
||||||
#sudo rm -rf ${build_path} # Be gone, we done buildin! :)
|
sudo rm -rf ${build_path} # Be gone, we done buildin! :)
|
||||||
|
|
||||||
debug_msg "Finished 04_post_docker.sh"
|
debug_msg "Finished 04_post_docker.sh"
|
||||||
|
|
Loading…
Reference in a new issue