Skip to content

Commit

Permalink
Merge pull request #430 from palladiumkenya/Murithijoshua-patch-5
Browse files Browse the repository at this point in the history
Update CICD.yml
  • Loading branch information
patryllus authored Apr 18, 2024
2 parents a7fdefe + 97c7def commit b9ee95b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git status
bash /apps/workflowConfigs/clearCharts.sh
mvn license:format
mvn clean install -DskipTests
sudo mvn clean install -DskipTests
sudo rm -rf /var/lib/OpenMRS/modules/kenyaEMRChart-*.omod
sudo cp /apps/github-workflows/kenyaemr-modules/openmrs-module-kenyaEMRChart/omod/target/kenyaemrCharts-*.omod /var/lib/OpenMRS/modules/
sudo chown -R tomcat:tomcat /var/lib/OpenMRS/modules/
Expand Down Expand Up @@ -57,9 +57,9 @@ jobs:
git config --global --add safe.directory /apps/github-workflows/kenyaemr-modules/openmrs-module-kenyaEMRChart
cd /apps/github-workflows/kenyaemr-modules/openmrs-module-kenyaEMRChart
bash /apps/workflowConfigs/clearCharts.sh
git clone -b master https://github.com/palladiumkenya/openmrs-module-kenyaEMRChart.git .
mvn license:format
mvn clean install -DskipTests
sudo git clone -b master https://github.com/palladiumkenya/openmrs-module-kenyaEMRChart.git .
sudo mvn license:format
sudo mvn clean install -DskipTests
sudo rm -rf /var/lib/OpenMRS/modules/kenyaEMRChart-*.omod
sudo cp /apps/github-workflows/kenyaemr-modules/openmrs-module-kenyaEMRChart/omod/target/kenyaemrCharts-*.omod /var/lib/OpenMRS/modules/
sudo chown -R tomcat:tomcat /var/lib/OpenMRS/modules/
Expand Down

0 comments on commit b9ee95b

Please sign in to comment.