firecow / gitlab-ci-local

Tired of pushing to test your .gitlab-ci.yml?
MIT License
2.15k stars 125 forks source link

fix: cleanup not getting executed #1120

Closed ANGkeith closed 5 months ago

ANGkeith commented 6 months ago
---
test:
  image: nginx:alpine
  stage: build
  script:
    - sleep 10

before 10 seconds is up, send SIGINT signal with <ctrl-c>

run docker ps and observe that the container is not getting cleaned up