gitlab-ci-local icon indicating copy to clipboard operation
gitlab-ci-local copied to clipboard

Tired of pushing to test your .gitlab-ci.yml?

Results 108 gitlab-ci-local issues
Sort by recently updated
recently updated
newest added

Hello, sorry if I created this issue as a bug as it may be more of a feature request. I've read the documentation, mostly the quirks section and this [commit](https://github.com/firecow/gitlab-ci-local/commit/3d36a446b6ecd94b9f6029acbe133348c204e71c)...

feature

**Minimal .gitlab-ci.yml illustrating the issue** ``` .terraform-format: stage: terraform-validate script: - terraform init - terraform fmt -check -diff -recursive ``` **Expected behavior** When I run gitlab-ci-local, Terraform fails to initialise...

bug

**Is your feature request related to a problem? Please describe.** I am trying to debug a crash in a process using this tool. I'd need to run again one of...

nice

**Is your feature request related to a problem? Please describe.** Hello, is it possible, when I specify the `--needs` option, to run needed job only the first time and skip...

feature

**Is your feature request related to a problem? Please describe.** I would like to have ZSH shell completion for options of gitlab-ci-local **Describe the solution you'd like** when I do...

nice

**Minimal .gitlab-ci.yml illustrating the issue** set group/project variable ``` # ~/.gitlab-ci-local/variables.yml group: gitlab..example.com/group/: ENABLED_REWRITE: false # or/and project: gitlab.example.com/group/project.git: ENABLED_REWRITE: false ``` set scripts/.job.yml ``` .job: script: echo job ```...

feature

**Minimal .gitlab-ci.yml illustrating the issue** ```yml include: - project: to-be-continuous/golang ref: 4.0.0 file: templates/gitlab-ci-golang.yml - project: to-be-continuous/docker ref: 3.2.2 file: /templates/gitlab-ci-docker.yml - template: Jobs/SAST.gitlab-ci.yml - template: Jobs/Secret-Detection.gitlab-ci.yml - template: Jobs/Dependency-Scanning.gitlab-ci.yml...

feature

**Is your feature request related to a problem? Please describe.** We want to have a service (wiremock) startet within the pipeline job "pipeline-tests". This wiremock is then added to a...

nice

closes #843 - [x] Add failing test - [x] Implement the feature so the test is successful - [ ] Expand text values in needs.parallel.matrix - [ ] Error message...