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 ee2b711 commit 1482a3e
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 """
echo hello
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
"""

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

0 comments on commit 1482a3e

Please sign in to comment.