Skip to content

Commit 5c59f58

Browse files
committed
Fix bug on mirror script
1 parent 7483a44 commit 5c59f58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockerfiles/mirror.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ if [[ $1 = "mirror-releases" ]] && [ $# -eq 2 ]; then
9696
rm -rf $prj-$2/meshing/packages/machine_types
9797

9898
echo -e "\n\e[1;34m=== Tar recipes and mirrors\e[0m"
99+
rm $prj-$2/meshing/repo.yaml
99100
tar cvfz meshing_recipes.tar.gz -C $prj-$2/meshing .
100101
rm -rf $prj-$2
101102

0 commit comments

Comments
 (0)