Skip to content

Commit

Permalink
merge pr (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkirok authored Dec 24, 2018
1 parent 047b432 commit cc5a9c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions Dockerfile.multi

This file was deleted.

2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
stage("build ${git_project} in dood") {
container('docker-cmd') {
dir("${BUILD_FOLDER}/src/github.com/v3io/${git_project}") {
sh("docker build . -f Dockerfile.multi --tag ${git_project}:${TAG_VERSION}")
sh("docker build . -f Dockerfile --tag ${git_project}:${TAG_VERSION}")
}
}
}
Expand Down

0 comments on commit cc5a9c8

Please sign in to comment.