mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
fix: drop check
This commit is contained in:
committed by
GitHub
parent
1683cff5f9
commit
7033a90659
1
tests.mk
1
tests.mk
@@ -285,7 +285,6 @@ deploy-test-static:
|
||||
test-ci-binaries:
|
||||
docker exec dokku bash -c "whereis logrotate" || { echo "logrotate not found" ; exit 1; }
|
||||
docker exec dokku bash -c "whereis rsyslog" || { echo "rsyslog not found" ; exit 1; }
|
||||
docker exec dokku bash -c "whereis syslog-ng" && { echo "syslog-ng found" ; exit 1; }
|
||||
|
||||
deploy-tests:
|
||||
@echo running deploy tests...
|
||||
|
||||
Reference in New Issue
Block a user