Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Huang <[email protected]>
  • Loading branch information
yellow-shine committed Mar 30, 2024
1 parent daa99a4 commit ee2b711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/PublishGPUArmImages.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
steps {
script {
sh """
docker run --name milvus -v $(pwd):/root/milvus -v $(pwd)/.conan:/root/.conan -w /root/milvus gpu-ubuntu22.04-20240330-4021fhl-arm64 -- make milvus-gpu
echo hello
"""

def date = sh(returnStdout: true, script: 'date +%Y%m%d').trim()
Expand Down

0 comments on commit ee2b711

Please sign in to comment.