Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jotschi committed Nov 11, 2017
1 parent 846cc52 commit 603edfe
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 @@ -160,7 +160,7 @@ node("docker") {

// server
sh "rm server/target/*sources.jar"
sh "cd server ; docker build -t server/mesh:latest -t gentics/mesh:" + version + " . "
sh "cd server ; docker build -t gentics/mesh:latest -t gentics/mesh:" + version + " . "
} else {
echo "Docker build skipped.."
}
Expand Down

0 comments on commit 603edfe

Please sign in to comment.