Monorepo for Tangled tangled.org

knotserver: use exact source SHA to compile pipelines #588

merged opened by oppi.li targeting master from push-ywynwzosnrox
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:qfpnj4og54vl56wngdriaxug/sh.tangled.repo.pull/3lziz52bpdx22
+1 -1
Diff #0
+1 -1
knotserver/ingester.go
··· 151 151 return fmt.Errorf("failed to construct absolute repo path: %w", err) 152 152 } 153 153 154 - gr, err := git.Open(repoPath, record.Source.Branch) 154 + gr, err := git.Open(repoPath, record.Source.Sha) 155 155 if err != nil { 156 156 return fmt.Errorf("failed to open git repository: %w", err) 157 157 }

History

1 round 0 comments
sign up or login to add to the discussion
oppi.li submitted #0
1 commit
expand
knotserver: use exact source SHA to compile pipelines
expand 0 comments
pull request successfully merged