Try new signal handler

This commit is contained in:
Gerald Pinder
2024-06-22 00:12:02 -04:00
parent 9fcc54041e
commit c151e7f4f6

View File

@@ -14,8 +14,8 @@ stages:
build-image: build-image:
stage: build stage: build
interruptible: true interruptible: true
image: image:
name: ghcr.io/blue-build/cli:main name: ghcr.io/blue-build/cli:fix-ctrlc-handler
entrypoint: [""] entrypoint: [""]
services: services:
- docker:dind - docker:dind