Skip to content

Commit

Permalink
Merge pull request #172 from theMomentTeam/hotfix
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
jyeonjyan authored Jun 19, 2021
2 parents 639b91d + 745f37f commit a0ee53d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
6 changes: 0 additions & 6 deletions distribute-script.sh

This file was deleted.

6 changes: 3 additions & 3 deletions docker-compose-env.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash
echo "====mvn clean======"
mvn clean
./mvnw clean

echo "=====mvn compile====="
mvn compile
./mvnw compile

echo "======mvn package======"
mvn package
./mvnw package

echo "======docker-compose build======"
docker-compose build
Expand Down
12 changes: 0 additions & 12 deletions integrate-build-script.sh

This file was deleted.

Binary file removed keystore.p12
Binary file not shown.

0 comments on commit a0ee53d

Please sign in to comment.