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

https://gitlab.com/gitlab-org/gitlab/-/issues/254821 Is in release candidate. This is looking like, what gitlab.com wants to implement. ```yaml test: needs: - job: build parallel: matrix: - PLATFORM: ubuntu STACK: [ruby, python] # depends...

feature

Both instructions for debian did not work for me. ``` sudo wget -O /etc/apt/sources.list.d/gitlab-ci-local.sources https://gitlab-ci-local-ppa.firecow.dk/gitlab-ci-local.sources sudo apt-get update ``` leads to > E: Invalid value set for option Signed-By regarding...

bug
readme

**Minimal .gitlab-ci.yml illustrating the issue** ```yml build-fake: stage: build variables: REGEX: '/^(\d+(\.\d+)*|latest)$/' script: - echo fake build rules: - if: $CI_COMMIT_TAG =~ $REGEX ``` **Expected behavior** It should match a...

bug

**Is your feature request related to a problem? Please describe.** I hate seeing this on gitlab.com ![image](https://github.com/firecow/gitlab-ci-local/assets/973602/ef39835e-0d18-4026-8283-e15f28233663) **Describe the solution you'd like** Verify that `tags:` value is in fact an...

nice

**Error output** ``` build_windows starting local_image_windows:latest (build)Error: Command failed with exit code 1: docker create --volume=gcl-build_windows-955953-build:/gcl-builds --volume=gcl-build_windows-955953-tmp:/tmp/gitlab-ci-local-file-variables-op-thz-dev-thzcam-ino_cameraapi-955953 docker.io/firecow/gitlab-ci-local-util bash -c chown 0:0 -R /gcl-builds/ && chmod a+rw -R /gcl-builds/ &&...

nice

These should be parsed and added: ```ts predefinedVariables["CI_ENVIRONMENT_URL"] = this.environment?.url ?? ""; predefinedVariables["CI_ENVIRONMENT_TIER"] = this.environment?.deployment_tier ?? ""; predefinedVariables["CI_ENVIRONMENT_ACTION"] = this.environment?.action ?? ""; ``` _Originally posted by @atli-c in https://github.com/firecow/gitlab-ci-local/pull/651#discussion_r1016686435_

feature

When running a git operation in a .gitlab-ci.yml placed in a submodule git points to an impossible path. `gitlab-ci-local Using fallback git user.name Using fallback git user.email parsing and downloads...

feature

**Is your feature request related to a problem? Please describe.** Currently, while a cross-environment variable can be sourced from a path, e.g. in `.gitlab-ci-local-variables.yml` the below would allow using the...

feature

Possible run multi-arch image to build example amd64 and arm64. docker support this by using `--platform` attribute and this could be used in job level looking variable `DOCKER_DEFAULT_PLATFORM` to override...

feature

**Is your feature request related to a problem? Please describe.** Currently I don't see any way to simulate behavior of protected variables, ie variables only available on specific refs **Describe...

feature