Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ledwindra authored Apr 24, 2021
1 parent 8029642 commit 7b16312
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ cd /github/workspace
echo $8
if [ $8 == "stata" ]; then
echo $8
stata -b do do/basic
stata -b do do/main
elif [ $8 == "stata-se" ]; then
echo $8
stata-se -b do do/basic
stata-se -b do do/main
elif [ $8 == "stata-mp" ]; then
echo $8
stata-mp -b do do/basic
stata-mp -b do do/main
fi

# print log result
cat basic.log
cat main.log

0 comments on commit 7b16312

Please sign in to comment.