mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
fix: update binary check
This commit is contained in:
5
tests.mk
5
tests.mk
@@ -283,8 +283,9 @@ deploy-test-static:
|
||||
cd tests && ./test_deploy ./apps/static $(DOKKU_DOMAIN)
|
||||
|
||||
test-ci-binaries:
|
||||
docker exec dokku bash -c "whereis logrotate" || echo "logrotate not found"
|
||||
docker exec dokku bash -c "whereis systemd" && echo "systemd found"
|
||||
docker exec dokku bash -c "whereis logrotate" || { echo "logrotate not found" ; exit 1}
|
||||
docker exec dokku bash -c "whereis systemd" && {echo "systemd found" ; exit 1}
|
||||
docker exec dokku bash -c "whereis rsyslog" && { echo "systemd found" ; exit 1}
|
||||
|
||||
deploy-tests:
|
||||
@echo running deploy tests...
|
||||
|
||||
Reference in New Issue
Block a user