Skip to content

Commit

Permalink
fix(ci): typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed Oct 9, 2020
1 parent a5d6832 commit d221b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Jenkinsfile.docker
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
parallel {
stage('cpu') { steps { sh 'tools/build-docker-images.sh cpu' } }
stage('gpu') { steps { sh 'tools/build-docker-images.sh gpu' } }
#stage('gpu_tf') { steps { sh 'tools/build-docker-images.sh gpu_tf' } }
// stage('gpu_tf') { steps { sh 'tools/build-docker-images.sh gpu_tf' } }
stage('gpu_tensorrt') { steps { sh 'tools/build-docker-images.sh gpu_tensorrt' } }
}
}
Expand Down

0 comments on commit d221b15

Please sign in to comment.