Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Git diff to see what's wrong
  • Loading branch information
cbornet committed May 31, 2018
commit 6a5c7d8b2703f27e816b5ec626b1fe3e67c5c7b5
1 change: 1 addition & 0 deletions bin/ensure-up-to-date
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ sleep 5
./bin/openapi3/php-petstore.sh

# Check:
git --no-pager diff
if [ -n "$(git status --porcelain)" ]; then
echo "UNCOMMITTED CHANGES ERROR"
echo "There are uncommitted changes in working tree after execution of 'bin/ensure-up-to-date'"
Expand Down