Remove pre-Europa tests

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine
2022-02-18 16:51:22 -07:00
parent 7e86b00962
commit 43a46128e0
511 changed files with 10 additions and 15691 deletions

View File

@@ -17,17 +17,15 @@ import (
var (
// FS contains the filesystem of the stdlib.
//go:embed alpha.dagger.io dagger.io universe.dagger.io
//go:embed dagger.io universe.dagger.io
FS embed.FS
)
var (
AlphaModule = "alpha.dagger.io"
DaggerModule = "dagger.io"
UniverseModule = "universe.dagger.io"
modules = []string{
AlphaModule,
DaggerModule,
UniverseModule,
}