Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive job output broken #1437

Open
firecow opened this issue Nov 26, 2024 · 0 comments · May be fixed by #1440
Open

Interactive job output broken #1437

firecow opened this issue Nov 26, 2024 · 0 comments · May be fixed by #1440
Labels
bug Something isn't working

Comments

@firecow
Copy link
Owner

firecow commented Nov 26, 2024

Minimal .gitlab-ci.yml illustrating the issue

---
# @Interactive
test:
  rules: [{when: manual}]
  script:
    - docker run -it debian bash
laptop:~/workspace/gitlab-com-ci-debugging$ gitlab-ci-local test
parsing and downloads finished in 53 ms.
json schema validated in 166 ms
<gclShellPromptPlaceholder> docker run -it debian bash

Expected behavior
I would expect the output to contain pretty green lines of text 😆

Host information
Ubuntu
gitlab-ci-local 4.56.0

Containerd binary
Docker

@ANGkeith ANGkeith added the bug Something isn't working label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants