Skip to content

Commit c42e252

Browse files
authored
Merge pull request #116 from dokku/josegonzalez-patch-1
fix: ensure lintian always passes checks before making a release
2 parents 549ae19 + d0f66c2 commit c42e252

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ unit-tests: /usr/local/bin/sshcommand
156156
@$(QUIET) TERM=linux bats --formatter bats-format-junit -e -T -o test-results/bats tests/unit
157157

158158
pre-build:
159-
true
159+
git config --global --add safe.directory $(shell pwd)
160+
git status
160161

161162
/usr/local/bin/sshcommand:
162163
@echo installing sshcommand

0 commit comments

Comments
 (0)