Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny authored Oct 24, 2020
1 parent 1493075 commit fd0685a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .netlify/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ else
php cecil.phar build -v --baseurl=$URL
fi

echo "Finished Cecil build"
exit 0
# build success? can deploy?
if [ $? = 0 ]; then echo "Finished Cecil build"; exit 0; fi

echo "Interrupted Cecil build"; exit 1

0 comments on commit fd0685a

Please sign in to comment.