Commit 4c566359 by Gil Sade

changed to new gitlab in the cloud

parent 192b0089
Showing with 1 additions and 1 deletions
...@@ -64,7 +64,7 @@ task buildDockerImage(type:Exec) { ...@@ -64,7 +64,7 @@ task buildDockerImage(type:Exec) {
dependsOn jar dependsOn jar
mustRunAfter jar mustRunAfter jar
println 'building docker image' println 'building docker image'
def commandWirhArgs = [ "docker" ,"build","-t", "172.16.1.212:5050/mcx/mde", "."] def commandWirhArgs = [ "docker" ,"build","-t", "municipalitybank.com:5050/mcx/mde", "."]
commandLine commandWirhArgs commandLine commandWirhArgs
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment