mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-16 02:30:24 -04:00
Create mkosi image build pipeline
This commit is contained in:
parent
e5aaf0a42f
commit
34367ea3cc
107 changed files with 2733 additions and 105 deletions
|
@ -36,7 +36,7 @@ func TestMain(m *testing.M) {
|
|||
}
|
||||
|
||||
func TestDownloadBootstrapper(t *testing.T) {
|
||||
filename := "/opt/bootstrapper"
|
||||
filename := "/run/state/bin/bootstrapper"
|
||||
someErr := errors.New("failed")
|
||||
|
||||
testCases := map[string]struct {
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
systemdUnitFolder = "/etc/systemd/system"
|
||||
systemdUnitFolder = "/run/systemd/system"
|
||||
)
|
||||
|
||||
//go:generate stringer -type=SystemdAction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue