Skip to content

Disable CI variables for remote builds being passed through

David Brown requested to merge David.Brown/rules_labgrid:ci-test into main

Currently, the remote targets aren't enabled in the CI, but the variables are still being passed through to the bazelisk component in .gitlab-ci.yaml

For forked projects, contributors won't have these CI variables in their forked project and this causes the CI to fail to run on forked projects and merge requests from them.

Removing the variables from the passthrough allows the CI to run again

Edited by David Brown

Merge request reports