Skip to content

Commit

Permalink
OpenVINO moved temp folder (openvinotoolkit#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt authored Dec 9, 2021
1 parent 749d1f5 commit b413a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/azure/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
$(OPENVINO_REPO_DIR)
workingDirectory: $(BUILD_DIR)

- script: ls -alR $(BUILD_DIR)/temp/
- script: ls -alR $(OPENVINO_REPO_DIR)/temp/
displayName: 'List temp SDKs'

- script: ninja
Expand Down
2 changes: 1 addition & 1 deletion .ci/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
workingDirectory: $(BUILD_DIR)
displayName: 'CMake'
- script: dir $(BUILD_DIR)\temp\ /s
- script: dir $(OPENVINO_REPO_DIR)\temp\ /s
displayName: 'List temp SDKs'

- script: call "$(MSVS_VARS_PATH)" && $(WORK_DIR)\ninja-win\ninja
Expand Down

0 comments on commit b413a9e

Please sign in to comment.