Don't remove entrypoint

This commit is contained in:
Gerald Pinder
2024-06-22 14:09:16 -04:00
parent d734cde3c4
commit fcdc0a50f2

View File

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