Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Draft: ci: cleanup ARGs in dockerfiles

usov_i requested to merge dockerfiles-arg-refactor into main

Utility cleanup:

  • De-duplicate vars (the FROM instruction initializes a new build stage, so declare ARGs correspondingly)
  • Simplify passing OPHYD_DEVICES_BRANCH as a build arg
  • master -> main rename
Edited by usov_i

Merge request reports