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 7b16312 commit beb0db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ cd /github/workspace
echo $8
if [ $8 == "stata" ]; then
echo $8
stata -b do do/main
stata -b do main
elif [ $8 == "stata-se" ]; then
echo $8
stata-se -b do do/main
stata-se -b do main
elif [ $8 == "stata-mp" ]; then
echo $8
stata-mp -b do do/main
stata-mp -b do main
fi

# print log result
Expand Down

0 comments on commit beb0db8

Please sign in to comment.