We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7483a44 commit 5c59f58Copy full SHA for 5c59f58
dockerfiles/mirror.sh
@@ -96,6 +96,7 @@ if [[ $1 = "mirror-releases" ]] && [ $# -eq 2 ]; then
96
rm -rf $prj-$2/meshing/packages/machine_types
97
98
echo -e "\n\e[1;34m=== Tar recipes and mirrors\e[0m"
99
+ rm $prj-$2/meshing/repo.yaml
100
tar cvfz meshing_recipes.tar.gz -C $prj-$2/meshing .
101
rm -rf $prj-$2
102
0 commit comments