fix: Move healthcheck from /usr/local/bin to /usr/local/sbin

This commit is contained in:
Carlos Álvaro
2020-06-02 18:29:33 +02:00
parent 715bf27fc8
commit 7a0408aa38
5 changed files with 10 additions and 7 deletions

View File

@@ -197,7 +197,7 @@ jobs:
command: sleep 60
- run:
name: Test image bootup
command: docker exec -it salt_master /usr/local/bin/healthcheck
command: docker exec -it salt_master /usr/local/sbin/healthcheck
workflows:
build-and-test: