Skip to content

Commit

Permalink
[INTERNAL] Remove reference to missing make file
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Jun 23, 2021
1 parent 5ede9e6 commit d1db424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ podTemplate (cloud:'sw-gpu-cloudnative',
stage('build-one') {
container('docker') {
stage (stageLabel) {
sh "make -f mk/docker.mk ADD_DOCKER_PLATFORM_ARGS=true ${dist}-${arch}"
sh "make ADD_DOCKER_PLATFORM_ARGS=true ${dist}-${arch}"
}
}
}
Expand Down

0 comments on commit d1db424

Please sign in to comment.