Skip to content

Commit

Permalink
Re-enable clean repo checking before 'make release'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Boender committed Dec 17, 2016
1 parent c6b4eff commit c2a0201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clean:
rm -rf src/ansible_cmdb.egg-info/

release_clean: clean
#@if [ "$(shell git status --porcelain)" != "" ]; then echo "Repo not clean. Not building"; exit 1; fi
@if [ "$(shell git status --porcelain)" != "" ]; then echo "Repo not clean. Not building"; exit 1; fi

release_check:
@echo "Making release for version $(REL_VERSION)"
Expand Down

0 comments on commit c2a0201

Please sign in to comment.