Skip to content

Commit

Permalink
uncomment discovery source code generation task
Browse files Browse the repository at this point in the history
  • Loading branch information
ksentak committed Aug 13, 2024
1 parent 81e60ce commit 9425faf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,17 @@ function generateSource() {
exit 1
fi

# echo "Generate source for Discovery SDK"
# cd ../discovery
# npm run cpp

# if [ $? -eq 0 ]
# then
# echo "Native Discovery SDK generated successfully"
# else
# echo "Native Discovery SDK generation failed"
# exit 1
# fi
echo "Generate source for Discovery SDK"
cd ../discovery
npm run cpp

if [ $? -eq 0 ]
then
echo "Native Discovery SDK generated successfully"
else
echo "Native Discovery SDK generation failed"
exit 1
fi
}

function cloneAndInstallThunder() {
Expand Down

0 comments on commit 9425faf

Please sign in to comment.