mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Change mvn deploy:deploy to just deploy
This commit is contained in:
@ -81,7 +81,7 @@ commands:
|
|||||||
rm -rf src/main/resources/material-dashboard
|
rm -rf src/main/resources/material-dashboard
|
||||||
mkdir -p src/main/resources/material-dashboard
|
mkdir -p src/main/resources/material-dashboard
|
||||||
cp -r build/* src/main/resources/material-dashboard
|
cp -r build/* src/main/resources/material-dashboard
|
||||||
mvn -s .circleci/mvn-settings.xml deploy:deploy -DskipTests
|
mvn -s .circleci/mvn-settings.xml deploy -DskipTests
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
- ~/.m2
|
- ~/.m2
|
||||||
|
Reference in New Issue
Block a user