fix: drop check

This commit is contained in:
Jose Diaz-Gonzalez
2026-01-04 23:52:27 -05:00
committed by GitHub
parent 1683cff5f9
commit 7033a90659

View File

@@ -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...