fix(remote): define special variables behavior (#2847)

This commit is contained in:
Valentin Maerten
2026-06-29 20:25:25 +02:00
committed by GitHub
parent b93897a6c3
commit 9910c33557
7 changed files with 182 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ func NewNode(
return node, err
}
func isRemoteEntrypoint(entrypoint string) bool {
func IsRemoteEntrypoint(entrypoint string) bool {
scheme, _ := getScheme(entrypoint)
switch scheme {
case "git", "http", "https":