Fix ./ci to be workdir-independent
Signed-off-by: Solomon Hykes <solomon@dagger.io>
This commit is contained in:
15
source.cue
Normal file
15
source.cue
Normal file
@@ -0,0 +1,15 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"dagger.io/dagger"
|
||||
)
|
||||
|
||||
_source: dagger.#Source & {
|
||||
path: "."
|
||||
exclude: [
|
||||
"ci",
|
||||
"node_modules",
|
||||
"cmd/dagger/dagger",
|
||||
"cmd/dagger/dagger-debug",
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user