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 86 gitlab-ci-local issues
Sort by recently updated
recently updated
newest added

- Make sure rules.exist is evaluated on parse time, so `--list` and `--list-all` can show proper when value - Use micromatch over minimatch

- Make sure artifact.reports.dotenv is expanded with environment variables (remote works this way) - Fix bug when loading dotenv file with predefined variable value in its name.

bug

**Description** This issue is more like a question to best practice than a feature request. Currently we have a lot of contributors to our centralized pipeline and we want to...

elaborate

This missing feature can be "circumvented" by using the --file parameter ```shell gitlab-ci-local gitlab-ci-local --file yml-generated-by-first-run.yml ```

feature

Hello, since version 4.32.0 is out, I've noticed my jobs are taking a looooong time to run with DIND. **Minimal .gitlab-ci.yml illustrating the issue** ```yml --- image: docker:20.10.16-dind services: -...

readme

**Is your feature request related to a problem? Please describe.** My pipeline fails with gitlab ci yaml lint errors **Describe the solution you'd like** An --lint option that calls gitlab...

nice

People without great debian knowledge gets tab completion out of the box 🤣 @FnuGk Can you investigate if brew has a similar post install script thingie we can utilize? NPM...

nice

In Gitlab CI you can add the keyword "only" for a job that should only be executed if specified condition is met: https://docs.gitlab.com/ee/ci/yaml/#only--except For example to execute only on tagged...

nice

## TL;DR: This Issue happens under PopOS. The cause could not be pinpointed despite intensive debugging, so this Issue will stay unfixed. Currently the only workaround is to run kaniko...

bug

closes #217 - Typescript error needs to be fixed in yargs index.d.ts somehow or ignored someway.