Skip to content

Commit 3549d95

Browse files
committed
fix
1 parent fb0b22f commit 3549d95

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

devi

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ if [[ "$(strip_dash $1)" == "docker-run" ]]; then
8484
fi
8585

8686
if [[ "$(strip_dash $1)" == "docker-push" ]]; then
87-
echo " building docker image..."
88-
mvn clean install -DskipTests
89-
docker build . -t imixs/open-bpmn
87+
echo " push docker image..."
9088
docker push imixs/open-bpmn
9189
fi
9290

@@ -113,7 +111,7 @@ if [[ $# -eq 0 ]]; then
113111
echo " -clean : clean up build "
114112
echo " -docker-build : build docker image only"
115113
echo " -docker-run : run the docker container "
116-
echo " -docker-push : build and push the docker image "
114+
echo " -docker-push : push the docker image "
117115
echo "_______________________________________________________________________"
118116
echo " "
119117

scripts/launch-docker-container.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)