Skip to content

Commit

Permalink
Update cicd_process.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Murithijoshua authored Jun 5, 2024
1 parent 56587a7 commit cb94c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo chown -R cicd2:cicd2 openmrs-module-kenyaemr-machine-learning
cd openmrs-module-kenyaemr-machine-learning
git config --global --add safe.directory /apps/github-workflows/kenyaemr-modules/openmrs-module-kenyaemr-machine-learning
git clone -b master https://github.com/palladiumkenya/openmrs-module-kenyaemr-machine-learning.git .
git clone -b 2.x https://github.com/palladiumkenya/openmrs-module-kenyaemr-machine-learning.git .
sudo chown -R cicd2:cicd2 /apps/github-workflows/kenyaemr-modules/openmrs-module-kenyaemr-machine-learning
git status
mvn clean install -DskipTests
Expand Down

0 comments on commit cb94c16

Please sign in to comment.