Skip to content

Commit

Permalink
fix: Added block to generate native source
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinshahfws committed Jul 10, 2024
1 parent 011bce9 commit d9d8a29
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ function generateSource() {
echo " Core SDK Location"
cd build/cpp/src/
ls -la
echo " ************ Source Generation Completed for Core SDK ************"
else
echo "Native Core SDK generation failed"
exit 1
Expand All @@ -177,6 +178,7 @@ function generateSource() {
echo " Manage SDK Location"
cd build/cpp/src/
ls -la
echo " ************ Source Generation Completed for Manage SDK ************"
else
echo "Native Manage SDK generation failed"
exit 1
Expand All @@ -193,10 +195,6 @@ function generateSource() {
# echo "Native Discovery SDK generation failed"
# exit 1
# fi

echo "************ Source Generation Completed ************"
pwd
ls -la
}

# Check argument and call corresponding function
Expand Down

0 comments on commit d9d8a29

Please sign in to comment.