You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The actual script outputs CI_ENVIRONMENT_URL as expected, but one of the last lines from gitlab-ci-local itself is missing value from variable in url: …
parsing and downloads finished in 90 ms.
json schema validated in 135 ms
example starting busybox:latest (test)
example copied to docker volumes in 538 ms
example $ printenv | sort | grep -E '^(CI_ENVIRONMENT)'
example > CI_ENVIRONMENT_ACTION=start
example > CI_ENVIRONMENT_NAME=foobar_dev
example > CI_ENVIRONMENT_SLUG=foobar-dev
example > CI_ENVIRONMENT_TIER=development
example > CI_ENVIRONMENT_URL=http://foobar-dev.local:3000/
example finished in 986 ms
PASS example
example environment: { name: foobar_dev, url: http://.local:3000/ }
pipeline finished in 1.33 s
Minimal .gitlab-ci.yml illustrating the issue
The actual script outputs CI_ENVIRONMENT_URL as expected, but one of the last lines from
gitlab-ci-local
itself is missing value from variable inurl: …
Expected behavior
Host information
macOS Sequoia 15.1.1 - Intel x86_64 CPU
gitlab-ci-local 4.56.0
Containerd binary
OrbStack
Additional context
none
The text was updated successfully, but these errors were encountered: