Skip to content

Commit

Permalink
fix(clang-format): typo in dataset tarball command
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed Sep 11, 2020
1 parent 241bf6b commit 04ddad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.dataset-cache
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set
mkdir -p build
cd build
cmake .. -DBUILD_TESTS=ON -DUSE_CUDNN=ON -DUSE_SIMSEARCH=ON -DUSE_TSNE=ON -DUSE_XGBOOST=ON -DUSE_TORCH=ON -DUSE_NCNN=ON -DUSE_TENSORRT=ON -DCUDA_ARCH="-gencode arch=compute_61,code=sm_61"
sh 'tar -cvf examples-${GIT_COMMIT}.tar build/examples'
tar -cvf examples-${GIT_COMMIT}.tar build/examples
'''
}
}
Expand Down

0 comments on commit 04ddad7

Please sign in to comment.