Fix build time ENV calculation for git
- The git build config only selects ENV for specific build times and the method `start_with?` was invoked but without the trailing `?`. This adds the `?` so the entire check will work correctly. Related https://gitlab.com/gitlab-org/release/tasks/-/issues/5038 Signed-off-by:Balasankar "Balu" C <balasankar@gitlab.com>
Loading
Please register or sign in to comment