Skip to content

Commit

Permalink
Merge pull request #104 from skycoin/fix/build-deploy-all-images
Browse files Browse the repository at this point in the history
prevent removal of final output dir by commenting out find command
  • Loading branch information
jdknives authored Apr 16, 2021
2 parents d194d96 + 845ce22 commit 4dc1ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ clean_output_dir()
{
cd "${PARTS_OS_DIR}" && find . -type f ! -name '*.xz' -delete
cd "${PARTS_SKYWIRE_DIR}" && find . -type f ! -name '*.tar.gz' -delete && rm -rf bin
cd "${FINAL_IMG_DIR}" && find . -type f ! -name '*.tar.gz' -delete
# cd "${FINAL_IMG_DIR}" && find . -type f ! -name '*.tar.gz' -delete
rm -v "${BASE_IMG}"

# cd to root.
Expand Down

0 comments on commit 4dc1ba0

Please sign in to comment.