File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 3636 - name : Move models directory
3737 run : |
3838 if [ -d "/home/ubuntu/actions_runner/_work/onnxruntime/models" ]; then
39- sudo mv /home/ubuntu/actions_runner/_work/onnxruntime/models /home/ubuntu/actions_runner/_work/onnxruntime/onnxruntime/
39+ sudo mv /home/ubuntu/actions-runner/_work/onnxruntime/node/models /home/ubuntu/actions-runner/_work/onnxruntime/onnxruntime/
40+ sudo mv /home/ubuntu/actions_runner/_work/onnxruntime/models /home/ubuntu/actions_runner/_work/onnxruntime/onnxruntime/
41+ sudo mv /home/ubuntu/actions-runner/_work/onnxruntime/models /home/ubuntu/actions-runner/_work/onnxruntime/onnxruntime/
4042 else
4143 echo "Models directory not found at the specified path"
4244 exit 1
4749 mkdir -p ${{ env.BUILD_BINARIESDIRECTORY }}
4850 chmod -R 777 ${{ env.BUILD_BINARIESDIRECTORY }}
4951
52+ - name : Show current path
53+ run : |
54+ pwd
55+
56+ - name : Move models directory
57+ run : |
58+ if [ -d "/home/ubuntu/actions_runner/_work/onnxruntime/models" ]; then
59+ sudo mv /home/ubuntu/actions_runner/_work/onnxruntime/models /home/ubuntu/actions_runner/_work/onnxruntime/onnxruntime/
60+ else
61+ echo "Models directory not found at the specified path"
62+ exit 1
63+ fi
5064 # - name: Update Docker Build Command in Script
5165 # run: |
5266 # docker_build_command_new='BUILD_ARGS+=" --build-arg OPENVINO_VERSION=${OPENVINO_VERSION} --build-arg http_proxy=${PROXY_HTTP} --build-arg https_proxy=${PROXY_HTTPS}"'
You can’t perform that action at this time.
0 commit comments