firecow / gitlab-ci-local

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

gitlab-ci-local fails to parse to-be-continous templates #1154

Closed aveyrenc closed 3 months ago

aveyrenc commented 4 months ago

Minimal .gitlab-ci.yml illustrating the issue

---
include:
  - remote: "https://gitlab.com/to-be-continuous/docker/raw/5.8.1/templates/gitlab-ci-docker.yml"

Expected behavior The included file is downloaded and parsed correctly.

Host information macOS 14 gitlab-ci-local 4.47.0

Containerd binary Docker via Colima.

Additional context The included file is using components, which gitlab-ci-local is now able to handle, thanks to #1115.

It now has two problems: