Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
gc

Co-authored-by: Naoki Tsuchiya <ntsuchiya1105@gmail.com>
  • Loading branch information
koriym and NaokiTsuchiya authored Nov 21, 2021
1 parent ffa54a5 commit 9686f87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
composer require koriym/app-state-diagram
dirname=$(dirname $2)
./vendor/bin/asd --config=$1 $2
/usr/bin/php hoge.php
if [ $? -ne "0" ]; then
echo "ASD error"
exit 1
Expand Down

0 comments on commit 9686f87

Please sign in to comment.