Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
renaming to carts
Browse files Browse the repository at this point in the history
  • Loading branch information
nustiueudinastea committed Mar 8, 2017
1 parent def4786 commit ddd50df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CODE_DIR=$(cd $SCRIPT_DIR/..; pwd)
echo $CODE_DIR
$DOCKER_CMD run --rm -v $HOME/.m2:/root/.m2 -v $CODE_DIR:/usr/src/mymaven -w /usr/src/mymaven maven:3.2-jdk-8 mvn -q -DskipTests package

cp $CODE_DIR/target/*.jar $CODE_DIR/docker/cart
cp $CODE_DIR/target/*.jar $CODE_DIR/docker/carts

for m in ./docker/*/; do
REPO=${GROUP}/$(basename $m)
Expand Down

0 comments on commit ddd50df

Please sign in to comment.