mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: add missing space
This commit is contained in:
committed by
GitHub
parent
913fd79f59
commit
812329823b
4
tests.mk
4
tests.mk
@@ -284,8 +284,8 @@ 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 systemd" && {echo "systemd found" ; exit 1; }
|
||||
docker exec dokku bash -c "whereis rsyslog" && { echo "systemd found" ; exit 1; }
|
||||
docker exec dokku bash -c "whereis rsyslog" && { echo "rsyslog found" ; exit 1; }
|
||||
docker exec dokku bash -c "whereis systemd" && { echo "systemd found" ; exit 1; }
|
||||
|
||||
deploy-tests:
|
||||
@echo running deploy tests...
|
||||
|
||||
Reference in New Issue
Block a user