ci: fix incorrect openocd install path

Change-Id: I31080a46456b8342c920d1817b70b0ba25d90331
This commit is contained in:
方华启 2024-06-18 06:10:54 +00:00 committed by Huaqi Fang
parent 71b32bc43e
commit d41e1cf36d
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ deploy-openocd:
cp -f ${openocd_deploy_zip} $shareloc/
ls -lht ${shareloc}/
rm -rf deploy
- shareloc="/home/share/devtools/openocd/linux64"
- echo "OpenOCD successfully deployed to share environment $shareloc/${openocd_ver}"
artifacts:
name: "openocd_deploy_${CI_COMMIT_TIMESTAMP::10}_${CI_COMMIT_SHA::8}"