bugfix:修复tsg-x编译vm cp失败的错误

This commit is contained in:
fumingwei
2023-07-05 19:23:38 +08:00
parent c96d3ac7bf
commit ede282b80c

View File

@@ -54,7 +54,7 @@ stages:
- ls -lh
- export VM_IMG_NAME=$(basename -s .bin images/*-ONIE.bin)
- echo $VM_IMG_NAME
- cp images/*.bin /var/www/html/onie-installer-x86_64.bin
- cp images/$VM_IMG_NAME.bin /var/www/html/onie-installer-x86_64.bin
- httpd
- chmod +x ./tools/mk-kvm.sh
- cp ./tools/onie-base-kvm.img images/$VM_IMG_NAME.img