Skip to content

Commit e3b030c

Browse files
committed
Testing once more
1 parent 6587b23 commit e3b030c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/internal_ci.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
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
@@ -47,6 +49,18 @@ jobs:
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}"'

0 commit comments

Comments
 (0)