Skip to content

Commit

Permalink
CI: Change the entrypoint to /sbin/init
Browse files Browse the repository at this point in the history
Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
  • Loading branch information
SilleBille committed Jul 13, 2020
1 parent fed6047 commit 955338c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/runner-init.sh
Expand Up @@ -34,7 +34,7 @@ docker run \
--expose=8080 \
--expose=8443 \
-i \
${IMAGE} "/usr/sbin/init"
${IMAGE} "/sbin/init"

# Check whether the container is up
docker ps -a
Expand Down

0 comments on commit 955338c

Please sign in to comment.