firecow / gitlab-ci-local

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

feat: Define inputs for configuration added with include #1115

Closed ANGkeith closed 6 months ago

ANGkeith commented 6 months ago

Define inputs for configuration added with include unimplemented:

Closes https://github.com/firecow/gitlab-ci-local/issues/940

firecow commented 6 months ago

Good job @ANGkeith

Fix the yaml warnings https://github.com/firecow/gitlab-ci-local/actions/runs/8039438112/job/21968747743?pr=1115, and we are good to go :+1:

firecow commented 4 months ago

@ANGkeith

stages: [format, build, test]

include:
  - component: example.gitlab.com/$CI_PROJECT_PATH/format@$CI_COMMIT_SHA

include.component isn't working in the current state of gitlab-ci-local right ?

ANGkeith commented 4 months ago

@ANGkeith

stages: [format, build, test]

include:
  - component: example.gitlab.com/$CI_PROJECT_PATH/format@$CI_COMMIT_SHA

include.component isn't working in the current state of gitlab-ci-local right ?

yeah nope