Mads Jon Nielsen

Results 215 comments of Mads Jon Nielsen

`CI_BUILDS_` variables was deprecated in Gitlab 9.0, we will most likely not be implementing variables that are so old. https://gitlab.com/gitlab-org/gitlab/-/issues/352957

Closing this a duplicate of https://github.com/firecow/gitlab-ci-local/issues/1330

I'm most likely not going to work on this. We only use project CI/CD variables for holding secrets, that we do not want our developers to get their hands on....

@ecourreges-orange Keep it open, thats ok. Maybe some other contributor will implement it.

Are you aware that the commands are being executed on your local machine, and not inside a docker container ?

> Hi @firecow , Thanks for taking the time to review this issue. I think my example was not correct: > > ```yaml > variables: > CI_DEBUG_TRACE: "true" > FF_USE_FASTZIP:...

Right, thanks that gave me/us the error to debug on ``` mjn@mjn-laptop:~/downloads/gitlab-ci-local-test$ gitlab-ci-local build-job Using fallback git user.email parsing and downloads finished in 44 ms build-job starting golang:1.22.1 (build) build-job...

Please provide a code block that signs and creates the right stuff in https://github.com/firecow/gitlab-ci-local/blob/master/publish-deb. I already have a PGP key that I use to publish to the debian repository.

Ah, the gz files are generated here https://github.com/firecow/gitlab-ci-local/blob/master/package.json#L12