Skip to content

Commit cc5a9c8

Browse files
authored
merge pr (#10)
1 parent 047b432 commit cc5a9c8

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

Diff for: Dockerfile.multi

-17
This file was deleted.

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
stage("build ${git_project} in dood") {
8282
container('docker-cmd') {
8383
dir("${BUILD_FOLDER}/src/github.com/v3io/${git_project}") {
84-
sh("docker build . -f Dockerfile.multi --tag ${git_project}:${TAG_VERSION}")
84+
sh("docker build . -f Dockerfile --tag ${git_project}:${TAG_VERSION}")
8585
}
8686
}
8787
}

0 commit comments

Comments
 (0)