Fix a typo with the automatic node shutdown fallback in the ephemeral nodes.
This commit is contained in:
parent
4e22e22ba1
commit
b2d7fad667
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@ coreos:
|
|||
ExecStartPre=/usr/bin/docker login -u {{ quay_username }} -p {{ quay_password }} -e unused quay.io
|
||||
ExecStart=/usr/bin/docker run --rm --net=host --name quay-builder --privileged --env-file /root/overrides.list -v /var/run/docker.sock:/var/run/docker.sock quay.io/coreos/registry-build-worker:latest
|
||||
ExecStop=/usr/bin/docker stop quay-builder
|
||||
ExecStopPost=/usr/bin/sudo /bin/sh -xc "/bin/sleep 600; /sbin/shutown -h now"
|
||||
ExecStopPost=/usr/bin/sudo /bin/sh -xc "/bin/sleep 600; /sbin/shutdown -h now"
|
||||
|
|
Reference in a new issue