We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1f757 commit 0f8d2eeCopy full SHA for 0f8d2ee
.circleci/config.yml
@@ -42,9 +42,8 @@ jobs:
42
name: Persist Artifacts
43
command: |
44
mkdir -p ~/workspace/build
45
- cp install/$MODULE_ARTIFACT ~/workspace/
46
- # cp deps/install/lib/*.so* ~/workspace/
47
- cp -r install/backends ~/workspace/
+ cp install-cpu/$MODULE_ARTIFACT ~/workspace/
+ cp -r install-cpu/backends ~/workspace/
48
cp ramp.yml ~/workspace/
49
- persist_to_workspace:
50
root: ~/workspace
0 commit comments