-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Labels
elaborateFurther elaboration is neededFurther elaboration is needed
Description
First of all thank you so much for this opensourced wonderful tool! This is helping community a lot.
Minimal .gitlab-ci.yml illustrating the issue
---
Testing:
image: "alpine:latest"
stage: build
script:
- echo DIND_VERSION="TEST" >> variables.env
- cat variables.env
artifacts:
reports:
dotenv: variables.envExpected behavior
Artifacts should get copied.
Host information
MacOs Sequoia
gitlab-ci-local 4.62.0
Bash 5.2.37
Node version - v24.9.0
Containerd binary
Using colima (containerd containerd.io 1.7.24 88bf19b2105c8b17560993bee28a01ddc2f97182)
Additional context
I have installed rsync via npm and brew on host machine. This is happening with all normal jobs or DIND jobs. Also installed rsync on colima ssh VM just to see if it requires rsync on colima vm. I do not have other machine to test. I am not sure where I need to install rsync.

Metadata
Metadata
Assignees
Labels
elaborateFurther elaboration is neededFurther elaboration is needed