Package Details: gitlab-ci-local 4.64.1-1

Git Clone URL: https://aur.archlinux.org/gitlab-ci-local.git (read-only, click to copy)
Package Base: gitlab-ci-local
Description: Run gitlab pipelines locally as shell executor or docker executor
Upstream URL: https://github.com/firecow/gitlab-ci-local
Keywords: ci gitlab
Licenses: MIT
Submitter: carsme
Maintainer: VVS
Last Packager: VVS
Votes: 11
Popularity: 1.71
First Submitted: 2022-07-10 18:57 (UTC)
Last Updated: 2026-01-15 11:19 (UTC)

Latest Comments

lubosz commented on 2026-03-07 13:34 (UTC)

I am getting:

$ gitlab-ci-local 
/usr/lib/node_modules/gitlab-ci-local/src/index.js:2
import chalk from "chalk";
       ^^^^^

SyntaxError: Unexpected identifier
    at Module._compile (internal/modules/cjs/loader.js:703:23)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:770:10)
    at Module.load (internal/modules/cjs/loader.js:628:32)
    at Function.Module._load (internal/modules/cjs/loader.js:555:12)
    at Function.Module.runMain (internal/modules/cjs/loader.js:822:10)
    at internal/main/run_main_module.js:17:11

aperez commented on 2025-03-19 17:41 (UTC)

Python is still needed for building, please add it to makedepends

VVS commented on 2025-03-19 15:43 (UTC)

I added rsync to depend, and delete python (if it correct?)

aseoista commented on 2024-12-09 15:29 (UTC)

rsync dependency is missing

haarz commented on 2024-12-03 12:52 (UTC)

A bump to version 4.56.0 would be great!

mikaelblomkvists commented on 2022-12-02 13:07 (UTC)

Could you bump the version to the latest one? The 4.36.0 has a bug, which got resolved at 4.36.1. See: issue#676

Error: Command failed with exit code 1: docker rm XXXX
Error response from daemon: You cannot remove a running container XXXX. Stop the container before attempting removal or force remove
    at makeError (/usr/lib/node_modules/gitlab-ci-local/node_modules/execa/lib/error.js:60:11)
    at handlePromise (/usr/lib/node_modules/gitlab-ci-local/node_modules/execa/index.js:118:26)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Job.start (/usr/lib/node_modules/gitlab-ci-local/src/job.ts:367:13)