Skip to content

Commit

Permalink
fixed proper paths for utility script
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-republic committed Jan 1, 2024
1 parent b3ecc3b commit 871f094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cleanrepo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
cd ~/bms-to-inverter
git restore *
git pull
cp ~/pom.xml.mine ~/bms-to-inverter/bms-to-inverter-main/pom.xml
cp ~/config.properties.mine ~/bms-to-inverter/bms-to-inverter-main/src/main/resources/config.properties
cp ~/log4j2.xml.mine ~/bms-to-inverter/bms-to-inverter-main/src/main/resources/log4j2.xml
cp ~/bms-to-inverter/pom.xml.mine ~/bms-to-inverter/bms-to-inverter-main/pom.xml
cp ~/bms-to-inverter/config.properties.mine ~/bms-to-inverter/bms-to-inverter-main/src/main/resources/config.properties
cp ~/bms-to-inverter/log4j2.xml.mine ~/bms-to-inverter/bms-to-inverter-main/src/main/resources/log4j2.xml

mvn clean package -DskipTests
rm -R ~/final
Expand Down

0 comments on commit 871f094

Please sign in to comment.