Set entrypoint

This commit is contained in:
Gerald Pinder
2024-06-22 12:41:57 -04:00
parent 569c0aec9c
commit d734cde3c4

View File

@@ -16,7 +16,7 @@ build-image:
interruptible: true
image:
name: ghcr.io/blue-build/cli:fix-ctrl-c-handler
entrypoint: [""]
entrypoint: ["/bin/bash", "-c"]
services:
- docker:dind
parallel: